Author: nickboldt
Date: 2010-05-11 15:19:40 -0400 (Tue, 11 May 2010)
New Revision: 22023
Added:
branches/modular_build/drools/features/
branches/modular_build/drools/features/org.drools.eclipse.feature/
branches/modular_build/drools/features/org.drools.eclipse.feature/pom.xml
branches/modular_build/drools/features/org.drools.eclipse.task.feature/
branches/modular_build/drools/features/org.drools.eclipse.task.feature/pom.xml
branches/modular_build/drools/features/org.guvnor.tools.feature/
branches/modular_build/drools/features/org.guvnor.tools.feature/pom.xml
branches/modular_build/drools/features/pom.xml
Log:
add generated pom.xml for drools build
Added: branches/modular_build/drools/features/org.drools.eclipse.feature/pom.xml
===================================================================
--- branches/modular_build/drools/features/org.drools.eclipse.feature/pom.xml
(rev 0)
+++ branches/modular_build/drools/features/org.drools.eclipse.feature/pom.xml 2010-05-11
19:19:40 UTC (rev 22023)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.drools.eclipse.feature</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Property changes on:
branches/modular_build/drools/features/org.drools.eclipse.feature/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/drools/features/org.drools.eclipse.task.feature/pom.xml
===================================================================
--- branches/modular_build/drools/features/org.drools.eclipse.task.feature/pom.xml
(rev 0)
+++
branches/modular_build/drools/features/org.drools.eclipse.task.feature/pom.xml 2010-05-11
19:19:40 UTC (rev 22023)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.drools.eclipse.task.feature</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Property changes on:
branches/modular_build/drools/features/org.drools.eclipse.task.feature/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/drools/features/org.guvnor.tools.feature/pom.xml
===================================================================
--- branches/modular_build/drools/features/org.guvnor.tools.feature/pom.xml
(rev 0)
+++ branches/modular_build/drools/features/org.guvnor.tools.feature/pom.xml 2010-05-11
19:19:40 UTC (rev 22023)
@@ -0,0 +1,14 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.guvnor.tools.feature</artifactId>
+ <version>5.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Property changes on:
branches/modular_build/drools/features/org.guvnor.tools.feature/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: branches/modular_build/drools/features/pom.xml
===================================================================
--- branches/modular_build/drools/features/pom.xml (rev 0)
+++ branches/modular_build/drools/features/pom.xml 2010-05-11 19:19:40 UTC (rev 22023)
@@ -0,0 +1,20 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>drools.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.drools.eclipse.feature</module>
+ <module>org.drools.eclipse.task.feature</module>
+ <module>org.guvnor.tools.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Property changes on: branches/modular_build/drools/features/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain