JBoss Tools SVN: r22144 - in trunk/profiler: features and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:12:56 -0400 (Mon, 17 May 2010)
New Revision: 22144
Added:
trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml
trunk/profiler/features/pom.xml
trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml
trunk/profiler/plugins/pom.xml
trunk/profiler/pom.xml
trunk/profiler/tests/pom.xml
Log:
add pom.xml files
Added: trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml
===================================================================
--- trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml (rev 0)
+++ trunk/profiler/features/org.jboss.tools.profiler.feature/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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.profiler.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/profiler/features/pom.xml
===================================================================
--- trunk/profiler/features/pom.xml (rev 0)
+++ trunk/profiler/features/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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>profiler.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.profiler.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml
===================================================================
--- trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml (rev 0)
+++ trunk/profiler/plugins/org.jboss.tools.profiler.ui/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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.profiler.ui</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/profiler/plugins/pom.xml
===================================================================
--- trunk/profiler/plugins/pom.xml (rev 0)
+++ trunk/profiler/plugins/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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>profiler.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.profiler.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/profiler/pom.xml
===================================================================
--- trunk/profiler/pom.xml (rev 0)
+++ trunk/profiler/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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>profiler</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/profiler/tests/pom.xml
===================================================================
--- trunk/profiler/tests/pom.xml (rev 0)
+++ trunk/profiler/tests/pom.xml 2010-05-17 21:12:56 UTC (rev 22144)
@@ -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>profiler.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22143 - in trunk/freemarker: features and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:12:43 -0400 (Mon, 17 May 2010)
New Revision: 22143
Added:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml
trunk/freemarker/features/pom.xml
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml
trunk/freemarker/plugins/pom.xml
trunk/freemarker/pom.xml
trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml
trunk/freemarker/tests/pom.xml
Log:
add pom.xml files
Added: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml (rev 0)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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.ide.eclipse.freemarker.feature</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml (rev 0)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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.ide.eclipse.freemarker.test.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/freemarker/features/pom.xml
===================================================================
--- trunk/freemarker/features/pom.xml (rev 0)
+++ trunk/freemarker/features/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -0,0 +1,19 @@
+<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>freemarker.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.freemarker.feature</module>
+ <module>org.jboss.ide.eclipse.freemarker.test.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml (rev 0)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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.ide.eclipse.freemarker</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/freemarker/plugins/pom.xml
===================================================================
--- trunk/freemarker/plugins/pom.xml (rev 0)
+++ trunk/freemarker/plugins/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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>freemarker.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.freemarker</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/freemarker/pom.xml
===================================================================
--- trunk/freemarker/pom.xml (rev 0)
+++ trunk/freemarker/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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>freemarker</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml
===================================================================
--- trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml (rev 0)
+++ trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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.ide.eclipse.freemarker.test</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/freemarker/tests/pom.xml
===================================================================
--- trunk/freemarker/tests/pom.xml (rev 0)
+++ trunk/freemarker/tests/pom.xml 2010-05-17 21:12:43 UTC (rev 22143)
@@ -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>freemarker.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.freemarker.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22142 - in trunk/smooks: features and 11 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:12:21 -0400 (Mon, 17 May 2010)
New Revision: 22142
Added:
trunk/smooks/features/org.jboss.tools.smooks.feature/pom.xml
trunk/smooks/features/org.jboss.tools.smooks.test.feature/pom.xml
trunk/smooks/features/pom.xml
trunk/smooks/plugins/org.jboss.tools.smooks.core/pom.xml
trunk/smooks/plugins/org.jboss.tools.smooks.runtime/pom.xml
trunk/smooks/plugins/org.jboss.tools.smooks.templating/pom.xml
trunk/smooks/plugins/org.jboss.tools.smooks.ui/pom.xml
trunk/smooks/plugins/pom.xml
trunk/smooks/pom.xml
trunk/smooks/tests/org.jboss.tools.smooks.core.test/pom.xml
trunk/smooks/tests/org.jboss.tools.smooks.templating.test/pom.xml
trunk/smooks/tests/org.jboss.tools.smooks.ui.test/pom.xml
trunk/smooks/tests/pom.xml
Log:
add pom.xml files
Added: trunk/smooks/features/org.jboss.tools.smooks.feature/pom.xml
===================================================================
--- trunk/smooks/features/org.jboss.tools.smooks.feature/pom.xml (rev 0)
+++ trunk/smooks/features/org.jboss.tools.smooks.feature/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/smooks/features/org.jboss.tools.smooks.test.feature/pom.xml
===================================================================
--- trunk/smooks/features/org.jboss.tools.smooks.test.feature/pom.xml (rev 0)
+++ trunk/smooks/features/org.jboss.tools.smooks.test.feature/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.test.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/smooks/features/pom.xml
===================================================================
--- trunk/smooks/features/pom.xml (rev 0)
+++ trunk/smooks/features/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -0,0 +1,19 @@
+<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>smooks.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.smooks.feature</module>
+ <module>org.jboss.tools.smooks.test.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/smooks/plugins/org.jboss.tools.smooks.core/pom.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.core/pom.xml (rev 0)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.core/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.core</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/plugins/org.jboss.tools.smooks.runtime/pom.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.runtime/pom.xml (rev 0)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.runtime/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.runtime</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/plugins/org.jboss.tools.smooks.templating/pom.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.templating/pom.xml (rev 0)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.templating/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.templating</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/plugins/org.jboss.tools.smooks.ui/pom.xml
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/pom.xml (rev 0)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.ui</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/plugins/pom.xml
===================================================================
--- trunk/smooks/plugins/pom.xml (rev 0)
+++ trunk/smooks/plugins/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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>smooks.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.smooks.core</module>
+ <module>org.jboss.tools.smooks.runtime</module>
+ <module>org.jboss.tools.smooks.templating</module>
+ <module>org.jboss.tools.smooks.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/smooks/pom.xml
===================================================================
--- trunk/smooks/pom.xml (rev 0)
+++ trunk/smooks/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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>smooks</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/smooks/tests/org.jboss.tools.smooks.core.test/pom.xml
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.core.test/pom.xml (rev 0)
+++ trunk/smooks/tests/org.jboss.tools.smooks.core.test/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.core.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/smooks/tests/org.jboss.tools.smooks.templating.test/pom.xml
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.templating.test/pom.xml (rev 0)
+++ trunk/smooks/tests/org.jboss.tools.smooks.templating.test/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.templating.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/tests/org.jboss.tools.smooks.ui.test/pom.xml
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.ui.test/pom.xml (rev 0)
+++ trunk/smooks/tests/org.jboss.tools.smooks.ui.test/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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.smooks.ui.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/smooks/tests/pom.xml
===================================================================
--- trunk/smooks/tests/pom.xml (rev 0)
+++ trunk/smooks/tests/pom.xml 2010-05-17 21:12:21 UTC (rev 22142)
@@ -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>smooks.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.smooks.core.test</module>
+ <module>org.jboss.tools.smooks.templating.test</module>
+ <module>org.jboss.tools.smooks.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22141 - in trunk/bpel: features and 15 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:11:48 -0400 (Mon, 17 May 2010)
New Revision: 22141
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml
trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml
trunk/bpel/features/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml
trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml
trunk/bpel/plugins/pom.xml
trunk/bpel/pom.xml
trunk/bpel/tests/pom.xml
Modified:
trunk/bpel/features/org.jboss.tools.bpel.tests.feature/build.properties
trunk/bpel/features/org.jboss.tools.bpel.tests.feature/feature.xml
Log:
add pom.xml files
Added: trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml (rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.feature/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.bpel.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Modified: trunk/bpel/features/org.jboss.tools.bpel.tests.feature/build.properties
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.feature/build.properties 2010-05-17 21:05:54 UTC (rev 22140)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.feature/build.properties 2010-05-17 21:11:48 UTC (rev 22141)
@@ -1,4 +1,3 @@
bin.includes = feature.xml,\
feature.properties,\
license.html
-generate.plugin(a)org.jboss.tools.bpel.ui.test.source=org.jboss.tools.bpel.ui.test
Modified: trunk/bpel/features/org.jboss.tools.bpel.tests.feature/feature.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.feature/feature.xml 2010-05-17 21:05:54 UTC (rev 22140)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.feature/feature.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -19,59 +19,24 @@
</license>
<requires>
- <import plugin="org.junit" version="3.8.1" match="compatible"/>
<import plugin="org.eclipse.core.runtime" version="3.3.0" match="compatible"/>
<import plugin="org.eclipse.core.resources" version="3.3.0" match="compatible"/>
<import plugin="org.apache.ant"/>
<import plugin="org.eclipse.ant.core" version="3.1.100" match="compatible"/>
-
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.ide.application"/>
-
<import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.equinox.app"/>
<import plugin="org.eclipse.debug.core" version="3.2.0" match="compatible"/>
-
<import plugin="org.junit" version="3.8.2" match="greaterOrEqual"/>
</requires>
<plugin
- id="org.eclipse.ant.optional.junit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.common.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.jboss.tools.bpel.ui.test"
download-size="0"
install-size="0"
version="0.0.0"/>
- <plugin
- id="org.jboss.tools.bpel.ui.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
</feature>
Added: trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml (rev 0)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.feature/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.bpel.tests.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/bpel/features/pom.xml
===================================================================
--- trunk/bpel/features/pom.xml (rev 0)
+++ trunk/bpel/features/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -0,0 +1,19 @@
+<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>bpel.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.bpel.feature</module>
+ <module>org.jboss.tools.bpel.tests.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.apache.ode.deploy.model</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.apache.ode.deploy.ui</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.common.model</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.common.ui</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.model</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.ui</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.validator</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.wsil.model</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.eclipse.bpel.xpath10</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.bpel.cheatsheet</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml (rev 0)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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.bpel.runtimes</artifactId>
+ <version>0.4.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/bpel/plugins/pom.xml
===================================================================
--- trunk/bpel/plugins/pom.xml (rev 0)
+++ trunk/bpel/plugins/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -0,0 +1,28 @@
+<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>bpel.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.eclipse.bpel.apache.ode.deploy.model</module>
+ <module>org.eclipse.bpel.apache.ode.deploy.ui</module>
+ <module>org.eclipse.bpel.common.model</module>
+ <module>org.eclipse.bpel.common.ui</module>
+ <module>org.eclipse.bpel.model</module>
+ <module>org.eclipse.bpel.ui</module>
+ <module>org.eclipse.bpel.validator</module>
+ <module>org.eclipse.bpel.wsil.model</module>
+ <module>org.eclipse.bpel.xpath10</module>
+ <module>org.jboss.tools.bpel.cheatsheet</module>
+ <module>org.jboss.tools.bpel.runtimes</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/bpel/pom.xml
===================================================================
--- trunk/bpel/pom.xml (rev 0)
+++ trunk/bpel/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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>bpel</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/bpel/tests/pom.xml
===================================================================
--- trunk/bpel/tests/pom.xml (rev 0)
+++ trunk/bpel/tests/pom.xml 2010-05-17 21:11:48 UTC (rev 22141)
@@ -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>bpel.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.bpel.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22140 - in trunk/archives: features and 9 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:05:54 -0400 (Mon, 17 May 2010)
New Revision: 22140
Added:
trunk/archives/features/org.jboss.ide.eclipse.archives.feature/pom.xml
trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/pom.xml
trunk/archives/features/pom.xml
trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/pom.xml
trunk/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/pom.xml
trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/pom.xml
trunk/archives/plugins/pom.xml
trunk/archives/pom.xml
trunk/archives/tests/org.jboss.ide.eclipse.archives.test/pom.xml
trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/pom.xml
trunk/archives/tests/pom.xml
Log:
add pom.xml files
Added: trunk/archives/features/org.jboss.ide.eclipse.archives.feature/pom.xml
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.feature/pom.xml (rev 0)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.feature/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.feature</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/pom.xml
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/pom.xml (rev 0)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.test.feature</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/archives/features/pom.xml
===================================================================
--- trunk/archives/features/pom.xml (rev 0)
+++ trunk/archives/features/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -0,0 +1,19 @@
+<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>archives.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.archives.feature</module>
+ <module>org.jboss.ide.eclipse.archives.test.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/pom.xml
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/pom.xml (rev 0)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.core/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.core</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/pom.xml
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/pom.xml (rev 0)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.jdt.integration</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/pom.xml
===================================================================
--- trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/pom.xml (rev 0)
+++ trunk/archives/plugins/org.jboss.ide.eclipse.archives.ui/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.ui</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/archives/plugins/pom.xml
===================================================================
--- trunk/archives/plugins/pom.xml (rev 0)
+++ trunk/archives/plugins/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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>archives.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.archives.core</module>
+ <module>org.jboss.ide.eclipse.archives.jdt.integration</module>
+ <module>org.jboss.ide.eclipse.archives.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/archives/pom.xml
===================================================================
--- trunk/archives/pom.xml (rev 0)
+++ trunk/archives/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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>archives</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.test/pom.xml
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.test/pom.xml (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.test/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/pom.xml
===================================================================
--- trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/pom.xml (rev 0)
+++ trunk/archives/tests/org.jboss.ide.eclipse.archives.ui.test/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -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.ide.eclipse.archives.ui.test</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/archives/tests/pom.xml
===================================================================
--- trunk/archives/tests/pom.xml (rev 0)
+++ trunk/archives/tests/pom.xml 2010-05-17 21:05:54 UTC (rev 22140)
@@ -0,0 +1,19 @@
+<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>archives.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.archives.test</module>
+ <module>org.jboss.ide.eclipse.archives.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22139 - in trunk/jmx: plugins and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:05:32 -0400 (Mon, 17 May 2010)
New Revision: 22139
Added:
trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
trunk/jmx/plugins/pom.xml
Modified:
trunk/jmx/pom.xml
Log:
add pom.xml files
Added: trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.core/pom.xml 2010-05-17 21:05:32 UTC (rev 22139)
@@ -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.jmx.core</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml (rev 0)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml 2010-05-17 21:05:32 UTC (rev 22139)
@@ -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.jmx.ui</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/jmx/plugins/pom.xml
===================================================================
--- trunk/jmx/plugins/pom.xml (rev 0)
+++ trunk/jmx/plugins/pom.xml 2010-05-17 21:05:32 UTC (rev 22139)
@@ -0,0 +1,19 @@
+<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>jmx.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.jmx.core</module>
+ <module>org.jboss.tools.jmx.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Modified: trunk/jmx/pom.xml
===================================================================
--- trunk/jmx/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
+++ trunk/jmx/pom.xml 2010-05-17 21:05:32 UTC (rev 22139)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>jmx.all</artifactId>
+ <artifactId>jmx</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
15 years, 11 months
JBoss Tools SVN: r22138 - in trunk/as: features and 17 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 17:01:48 -0400 (Mon, 17 May 2010)
New Revision: 22138
Added:
trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml
trunk/as/features/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml
trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml
trunk/as/plugins/pom.xml
trunk/as/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
trunk/as/tests/pom.xml
Log:
add pom.xml files
Added: trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml (rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.feature/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml (rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.test.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/as/features/pom.xml
===================================================================
--- trunk/as/features/pom.xml (rev 0)
+++ trunk/as/features/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -0,0 +1,19 @@
+<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>as.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.as.feature</module>
+ <module>org.jboss.ide.eclipse.as.test.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.archives.webtools/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.archives.webtools</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.classpath.core</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.classpath.ui</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.core</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.doc.user</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ssh/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.ssh</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.ui</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.ui.mbeans</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.core/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.wtp.core</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.wtp.ui</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/plugins/pom.xml
===================================================================
--- trunk/as/plugins/pom.xml (rev 0)
+++ trunk/as/plugins/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -0,0 +1,27 @@
+<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>as.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.archives.webtools</module>
+ <module>org.jboss.ide.eclipse.as.classpath.core</module>
+ <module>org.jboss.ide.eclipse.as.classpath.ui</module>
+ <module>org.jboss.ide.eclipse.as.core</module>
+ <module>org.jboss.ide.eclipse.as.doc.user</module>
+ <module>org.jboss.ide.eclipse.as.ssh</module>
+ <module>org.jboss.ide.eclipse.as.ui</module>
+ <module>org.jboss.ide.eclipse.as.ui.mbeans</module>
+ <module>org.jboss.ide.eclipse.as.wtp.core</module>
+ <module>org.jboss.ide.eclipse.as.wtp.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/as/pom.xml
===================================================================
--- trunk/as/pom.xml (rev 0)
+++ trunk/as/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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>as</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml (rev 0)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.archives.integration.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml (rev 0)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml (rev 0)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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.ide.eclipse.as.ui.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/as/tests/pom.xml
===================================================================
--- trunk/as/tests/pom.xml (rev 0)
+++ trunk/as/tests/pom.xml 2010-05-17 21:01:48 UTC (rev 22138)
@@ -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>as.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.as.archives.integration.test</module>
+ <module>org.jboss.ide.eclipse.as.test</module>
+ <module>org.jboss.ide.eclipse.as.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22137 - in trunk/ws: features and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 16:55:13 -0400 (Mon, 17 May 2010)
New Revision: 22137
Added:
trunk/ws/features/org.jboss.tools.ws.feature/pom.xml
trunk/ws/features/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml
trunk/ws/plugins/pom.xml
trunk/ws/pom.xml
Log:
add ws pom.xml files
Added: trunk/ws/features/org.jboss.tools.ws.feature/pom.xml
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.feature/pom.xml (rev 0)
+++ trunk/ws/features/org.jboss.tools.ws.feature/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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.ws.feature</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-feature</packaging>
+</project>
Added: trunk/ws/features/pom.xml
===================================================================
--- trunk/ws/features/pom.xml (rev 0)
+++ trunk/ws/features/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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>ws.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.ws.feature</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.core/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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.ws.core</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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.ws.creation.core</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.ui/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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.ws.creation.ui</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml (rev 0)
+++ trunk/ws/plugins/org.jboss.tools.ws.ui/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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.ws.ui</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/ws/plugins/pom.xml
===================================================================
--- trunk/ws/plugins/pom.xml (rev 0)
+++ trunk/ws/plugins/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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>ws.plugins</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.ws.core</module>
+ <module>org.jboss.tools.ws.creation.core</module>
+ <module>org.jboss.tools.ws.creation.ui</module>
+ <module>org.jboss.tools.ws.ui</module>
+ </modules>
+</project>
+
\ No newline at end of file
Added: trunk/ws/pom.xml
===================================================================
--- trunk/ws/pom.xml (rev 0)
+++ trunk/ws/pom.xml 2010-05-17 20:55:13 UTC (rev 22137)
@@ -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>ws</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>features</module>
+ <module>plugins</module>
+ <module>tests</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22136 - in trunk/ws/tests: org.jboss.tools.ws.core.test and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 16:54:28 -0400 (Mon, 17 May 2010)
New Revision: 22136
Added:
trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
trunk/ws/tests/pom.xml
Log:
add ws tests including new bot test (JBIDE-6274)
Added: trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/pom.xml 2010-05-17 20:54:28 UTC (rev 22136)
@@ -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.ws.core.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2010-05-17 20:54:28 UTC (rev 22136)
@@ -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.ws.creation.core.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
Added: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2010-05-17 20:54:28 UTC (rev 22136)
@@ -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.ws.ui.bot.test</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml (rev 0)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.test/pom.xml 2010-05-17 20:54:28 UTC (rev 22136)
@@ -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.ws.ui.test</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
Added: trunk/ws/tests/pom.xml
===================================================================
--- trunk/ws/tests/pom.xml (rev 0)
+++ trunk/ws/tests/pom.xml 2010-05-17 20:54:28 UTC (rev 22136)
@@ -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>ws.tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.ws.core.test</module>
+ <module>org.jboss.tools.ws.creation.core.test</module>
+ <module>org.jboss.tools.ws.ui.bot.test</module>
+ <module>org.jboss.tools.ws.ui.test</module>
+ </modules>
+</project>
+
\ No newline at end of file
15 years, 11 months
JBoss Tools SVN: r22135 - trunk/tests/features/org.jboss.tools.test.sdk.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-05-17 16:47:14 -0400 (Mon, 17 May 2010)
New Revision: 22135
Modified:
trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
Log:
set unpack=true for common.ui, jmx.core; add new ws.ui.bot.test plugin
Modified: trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2010-05-17 19:28:51 UTC (rev 22134)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2010-05-17 20:47:14 UTC (rev 22135)
@@ -142,7 +142,7 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="true"/>
<plugin
id="org.jboss.tools.jst.jsp.test"
@@ -194,10 +194,18 @@
unpack="false"/>
<plugin
+ id="org.jboss.tools.ws.ui.bot.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="true"/>
+
+ <plugin
id="org.jboss.tools.jmx.core.test"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="true"/>
<plugin
id="org.jboss.tools.jbpm.convert.test"
15 years, 11 months