Author: thomas.diesler(a)jboss.com
Date: 2008-04-30 13:19:18 -0400 (Wed, 30 Apr 2008)
New Revision: 6804
Added:
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/src/
Removed:
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/src/
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/modules/jaxws-ext/
Modified:
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml
Log:
Copied: stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext (from rev 6801,
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/modules/jaxws-ext)
Deleted: stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml
===================================================================
---
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/modules/jaxws-ext/pom.xml 2008-04-30
17:10:12 UTC (rev 6801)
+++ stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml 2008-04-30
17:19:18 UTC (rev 6804)
@@ -1,29 +0,0 @@
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <name>JBoss Web Services - Stack Native JAX-WS</name>
- <artifactId>jbossws-native-jaxws</artifactId>
- <packaging>jar</packaging>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-native</artifactId>
- <version>3.0.2-SNAPSHOT</version>
- </parent>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-native-saaj</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Copied: stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml (from
rev 6803,
stack/native/branches/tdiesler/trunk/modules/jaxws-impl/modules/jaxws-ext/pom.xml)
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml
(rev 0)
+++ stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/pom.xml 2008-04-30
17:19:18 UTC (rev 6804)
@@ -0,0 +1,16 @@
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native JAX-WS Ext</name>
+ <artifactId>jbossws-native-jaxws-ext</artifactId>
+ <packaging>jar</packaging>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-native-jaxws</artifactId>
+ <version>3.0.2-SNAPSHOT</version>
+ </parent>
+
+</project>
Copied: stack/native/branches/tdiesler/trunk/modules/jaxws-impl/jaxws-ext/src (from rev
6803, stack/native/branches/tdiesler/trunk/modules/jaxws-impl/modules/jaxws-ext/src)
Modified: stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml 2008-04-30 17:16:14
UTC (rev 6803)
+++ stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml 2008-04-30 17:19:18
UTC (rev 6804)
@@ -12,6 +12,11 @@
<artifactId>jbossws-native</artifactId>
<version>3.0.2-SNAPSHOT</version>
</parent>
+
+ <!-- Modules -->
+ <modules>
+ <module>jaxws-ext</module>
+ </modules>
<!-- Dependencies -->
<dependencies>