Author: nickboldt
Date: 2010-04-26 16:49:50 -0400 (Mon, 26 Apr 2010)
New Revision: 21703
Added:
branches/modular_build/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml
branches/modular_build/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml
branches/modular_build/jbpm/features/pom.xml
branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml
branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml
branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml
branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml
branches/modular_build/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml
branches/modular_build/jbpm/plugins/pom.xml
branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml
branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
branches/modular_build/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml
branches/modular_build/jbpm/tests/pom.xml
Log:
add pom.xml files for jbpm
Added: branches/modular_build/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.flow.jpdl4.feature</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.common.feature</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.convert.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm3.feature</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm3.tests.feature</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm4.feature</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm4.tests.feature</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jbpm.gd.jpdl.feature</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/jbpm/features/pom.xml
===================================================================
--- branches/modular_build/jbpm/features/pom.xml (rev 0)
+++ branches/modular_build/jbpm/features/pom.xml 2010-04-26 20:49:50 UTC (rev 21703)
@@ -0,0 +1,25 @@
+<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.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.jpdl4.feature</module>
+ <module>org.jboss.tools.jbpm.common.feature</module>
+ <module>org.jboss.tools.jbpm.convert.feature</module>
+ <module>org.jboss.tools.jbpm3.feature</module>
+ <module>org.jboss.tools.jbpm3.tests.feature</module>
+ <module>org.jboss.tools.jbpm4.feature</module>
+ <module>org.jboss.tools.jbpm4.tests.feature</module>
+ <module>org.jbpm.gd.jpdl.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.flow.jpdl4</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.flow.jpdl4.multipage</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.common</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.convert</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml 2010-04-26 20:49:50 UTC
(rev 21703)
@@ -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.jbpm.gd.jpdl</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/plugins/pom.xml
===================================================================
--- branches/modular_build/jbpm/plugins/pom.xml (rev 0)
+++ branches/modular_build/jbpm/plugins/pom.xml 2010-04-26 20:49:50 UTC (rev 21703)
@@ -0,0 +1,22 @@
+<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.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.jpdl4</module>
+ <module>org.jboss.tools.flow.jpdl4.multipage</module>
+ <module>org.jboss.tools.jbpm.common</module>
+ <module>org.jboss.tools.jbpm.convert</module>
+ <module>org.jbpm.gd.jpdl</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added:
branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml
(rev 0)
+++
branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.flow.jpdl4.multipage.test</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.flow.jpdl4.test</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.common.test</artifactId>
+ <version>4.3.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml 2010-04-26
20:49:50 UTC (rev 21703)
@@ -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.jboss.tools.jbpm.convert.test</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml
(rev 0)
+++ branches/modular_build/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml 2010-04-26 20:49:50
UTC (rev 21703)
@@ -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.jbpm.gd.jpdl.test</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: branches/modular_build/jbpm/tests/pom.xml
===================================================================
--- branches/modular_build/jbpm/tests/pom.xml (rev 0)
+++ branches/modular_build/jbpm/tests/pom.xml 2010-04-26 20:49:50 UTC (rev 21703)
@@ -0,0 +1,22 @@
+<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.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.flow.jpdl4.multipage.test</module>
+ <module>org.jboss.tools.flow.jpdl4.test</module>
+ <module>org.jboss.tools.jbpm.common.test</module>
+ <module>org.jboss.tools.jbpm.convert.test</module>
+ <module>org.jbpm.gd.jpdl.test</module>
+ </modules>
+</project>
+
\ No newline at end of file