[jbossws-commits] JBossWS SVN: r6812 - in stack/native/branches/tdiesler/trunk/modules: jaxws and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 30 13:48:08 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-30 13:48:08 -0400 (Wed, 30 Apr 2008)
New Revision: 6812

Added:
   stack/native/branches/tdiesler/trunk/modules/jaxws/
   stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml
   stack/native/branches/tdiesler/trunk/modules/jaxws/src/
   stack/native/branches/tdiesler/trunk/modules/saaj/
   stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml
   stack/native/branches/tdiesler/trunk/modules/saaj/src/
Removed:
   stack/native/branches/tdiesler/trunk/modules/jaxws-impl/
   stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml
   stack/native/branches/tdiesler/trunk/modules/jaxws/src/
   stack/native/branches/tdiesler/trunk/modules/saaj-impl/
   stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml
   stack/native/branches/tdiesler/trunk/modules/saaj/src/
Log:


Copied: stack/native/branches/tdiesler/trunk/modules/jaxws (from rev 6806, stack/native/branches/tdiesler/trunk/modules/jaxws-impl)

Deleted: stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml	2008-04-30 17:33:44 UTC (rev 6806)
+++ stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml	2008-04-30 17:48:08 UTC (rev 6812)
@@ -1,61 +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>
-  
-  <!-- Build -->
-  <build>
-    <resources>
-      <resource>
-        <targetPath>/</targetPath>
-        <directory>src/main/resources/jboss-jaxws.jar</directory>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>javax/xml/ws/**/*21.class"</exclude>
-            <exclude>javax/xml/ws/Action.class"</exclude>
-            <exclude>javax/xml/ws/EndpointReference.class"</exclude>
-            <exclude>javax/xml/ws/FaultAction.class"</exclude>
-            <exclude>javax/xml/ws/RespectBinding.class"</exclude>
-            <exclude>javax/xml/ws/RespectBindingFeature.class"</exclude>
-            <exclude>javax/xml/ws/WebServiceFeature.class"</exclude>
-            <exclude>javax/xml/ws/addressing/**"</exclude>
-            <exclude>javax/xml/ws/spi/WebServiceFeatureAnnotation.class"</exclude>
-            <exclude>javax/xml/ws/soap/AddressingFeature.class"</exclude>
-            <exclude>javax/xml/ws/soap/Addressing.class"</exclude>
-            <exclude>javax/xml/ws/soap/MTOM.class"</exclude>
-            <exclude>javax/xml/ws/soap/MTOMFeature.class"</exclude>
-            <exclude>javax/xml/ws/wsaddressing/**"</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>

Copied: stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml (from rev 6811, stack/native/branches/tdiesler/trunk/modules/jaxws-impl/pom.xml)
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml	                        (rev 0)
+++ stack/native/branches/tdiesler/trunk/modules/jaxws/pom.xml	2008-04-30 17:48:08 UTC (rev 6812)
@@ -0,0 +1,61 @@
+<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>
+  
+  <!-- Build -->
+  <build>
+    <resources>
+      <resource>
+        <targetPath>/</targetPath>
+        <directory>src/main/resources/jboss-jaxws.jar</directory>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>javax/xml/ws/**/*21.class"</exclude>
+            <exclude>javax/xml/ws/Action.class"</exclude>
+            <exclude>javax/xml/ws/EndpointReference.class"</exclude>
+            <exclude>javax/xml/ws/FaultAction.class"</exclude>
+            <exclude>javax/xml/ws/RespectBinding.class"</exclude>
+            <exclude>javax/xml/ws/RespectBindingFeature.class"</exclude>
+            <exclude>javax/xml/ws/WebServiceFeature.class"</exclude>
+            <exclude>javax/xml/ws/addressing/**"</exclude>
+            <exclude>javax/xml/ws/spi/WebServiceFeatureAnnotation.class"</exclude>
+            <exclude>javax/xml/ws/soap/AddressingFeature.class"</exclude>
+            <exclude>javax/xml/ws/soap/Addressing.class"</exclude>
+            <exclude>javax/xml/ws/soap/MTOM.class"</exclude>
+            <exclude>javax/xml/ws/soap/MTOMFeature.class"</exclude>
+            <exclude>javax/xml/ws/wsaddressing/**"</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Copied: stack/native/branches/tdiesler/trunk/modules/jaxws/src (from rev 6811, stack/native/branches/tdiesler/trunk/modules/jaxws-impl/src)

Copied: stack/native/branches/tdiesler/trunk/modules/saaj (from rev 6806, stack/native/branches/tdiesler/trunk/modules/saaj-impl)

Deleted: stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/saaj-impl/pom.xml	2008-04-30 17:33:44 UTC (rev 6806)
+++ stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml	2008-04-30 17:48:08 UTC (rev 6812)
@@ -1,16 +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 SAAJ</name>
-  <artifactId>jbossws-native-saaj</artifactId>
-  <packaging>jar</packaging>
-  
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.ws</groupId>
-    <artifactId>jbossws-native</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
-  </parent>
-  
-</project>

Copied: stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml (from rev 6811, stack/native/branches/tdiesler/trunk/modules/saaj-impl/pom.xml)
===================================================================
--- stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml	                        (rev 0)
+++ stack/native/branches/tdiesler/trunk/modules/saaj/pom.xml	2008-04-30 17:48:08 UTC (rev 6812)
@@ -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 SAAJ</name>
+  <artifactId>jbossws-native-saaj</artifactId>
+  <packaging>jar</packaging>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.ws</groupId>
+    <artifactId>jbossws-native</artifactId>
+    <version>3.0.2-SNAPSHOT</version>
+  </parent>
+  
+</project>

Copied: stack/native/branches/tdiesler/trunk/modules/saaj/src (from rev 6811, stack/native/branches/tdiesler/trunk/modules/saaj-impl/src)




More information about the jbossws-commits mailing list