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