Author: nickboldt
Date: 2010-04-08 16:18:45 -0400 (Thu, 08 Apr 2010)
New Revision: 21384
Added:
branches/modular_build/tests/features/org.jboss.tools.test.feature/pom.xml
branches/modular_build/tests/features/pom.xml
branches/modular_build/tests/plugins/org.jboss.tools.tests/pom.xml
branches/modular_build/tests/plugins/pom.xml
branches/modular_build/tests/pom.xml
Log:
JBDS-486 add poms so we can run from hudson
Added: branches/modular_build/tests/features/org.jboss.tools.test.feature/pom.xml
===================================================================
--- branches/modular_build/tests/features/org.jboss.tools.test.feature/pom.xml
(rev 0)
+++ branches/modular_build/tests/features/org.jboss.tools.test.feature/pom.xml 2010-04-08
20:18:45 UTC (rev 21384)
@@ -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.test.feature</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: branches/modular_build/tests/features/pom.xml
===================================================================
--- branches/modular_build/tests/features/pom.xml (rev 0)
+++ branches/modular_build/tests/features/pom.xml 2010-04-08 20:18:45 UTC (rev 21384)
@@ -0,0 +1,17 @@
+<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>tests.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.test.feature</module>
+ </modules>
+</project>
Added: branches/modular_build/tests/plugins/org.jboss.tools.tests/pom.xml
===================================================================
--- branches/modular_build/tests/plugins/org.jboss.tools.tests/pom.xml
(rev 0)
+++ branches/modular_build/tests/plugins/org.jboss.tools.tests/pom.xml 2010-04-08 20:18:45
UTC (rev 21384)
@@ -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.tests</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: branches/modular_build/tests/plugins/pom.xml
===================================================================
--- branches/modular_build/tests/plugins/pom.xml (rev 0)
+++ branches/modular_build/tests/plugins/pom.xml 2010-04-08 20:18:45 UTC (rev 21384)
@@ -0,0 +1,17 @@
+<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>tests.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.tests</module>
+ </modules>
+</project>
Added: branches/modular_build/tests/pom.xml
===================================================================
--- branches/modular_build/tests/pom.xml (rev 0)
+++ branches/modular_build/tests/pom.xml 2010-04-08 20:18:45 UTC (rev 21384)
@@ -0,0 +1,18 @@
+<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>tests.all</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ </modules>
+</project>