[jboss-svn-commits] JBL Code SVN: r10687 - labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 1 16:54:20 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-01 16:54:20 -0400 (Sun, 01 Apr 2007)
New Revision: 10687

Added:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/pom.xml
Log:
JBRULES-761 Automate the Eclipse build
-added pom.xml

Added: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/pom.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-feature/pom.xml	2007-04-01 20:54:20 UTC (rev 10687)
@@ -0,0 +1,25 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P
+OM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+        <modelVersion>4.0.0</modelVersion>
+        <groupId>drools</groupId>
+        <artifactId>drools-eclipse-feature</artifactId>
+        <packaging>eclipse-feature</packaging>
+        <version>1.0-SNAPSHOT</version>
+        <build>
+                <plugins>
+                        <plugin>
+                                <groupId>org.codehaus.tycho</groupId>
+                                <artifactId>maven-osgi-lifecycle-plugin</artifactId>
+                                <extensions>true</extensions>
+                        </plugin>
+                </plugins>
+        </build>
+  <dependencies>
+    <dependency>
+      <groupId>drools</groupId>
+      <artifactId>drools-eclipse-plugin</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list