Author: nickboldt
Date: 2010-04-26 18:41:44 -0400 (Mon, 26 Apr 2010)
New Revision: 21709
Added:
branches/modular_build/jbpm/pom.xml
Log:
jbpm root pom
Added: branches/modular_build/jbpm/pom.xml
===================================================================
--- branches/modular_build/jbpm/pom.xml (rev 0)
+++ branches/modular_build/jbpm/pom.xml 2010-04-26 22:41:44 UTC (rev 21709)
@@ -0,0 +1,21 @@
+<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>jbpm</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>site</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file