[jboss-cvs] JBossAS SVN: r74679 - in branches/ropalka-jbossws302: component-matrix and 9 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 07:35:12 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-17 07:35:11 -0400 (Tue, 17 Jun 2008)
New Revision: 74679

Modified:
   branches/ropalka-jbossws302/build/build.xml
   branches/ropalka-jbossws302/component-matrix/pom.xml
   branches/ropalka-jbossws302/deployment/pom.xml
   branches/ropalka-jbossws302/ejb3/build-test.xml
   branches/ropalka-jbossws302/ejb3/build.xml
   branches/ropalka-jbossws302/ejb3/pom.xml
   branches/ropalka-jbossws302/embedded/build.xml
   branches/ropalka-jbossws302/embedded/pom.xml
   branches/ropalka-jbossws302/server/.classpath
   branches/ropalka-jbossws302/server/build.xml
   branches/ropalka-jbossws302/server/pom.xml
   branches/ropalka-jbossws302/testsuite/.classpath
   branches/ropalka-jbossws302/testsuite/build.xml
   branches/ropalka-jbossws302/thirdparty/pom.xml
   branches/ropalka-jbossws302/tomcat/.classpath
   branches/ropalka-jbossws302/tomcat/build-test.xml
   branches/ropalka-jbossws302/tomcat/build.xml
   branches/ropalka-jbossws302/tomcat/pom.xml
   branches/ropalka-jbossws302/varia/build.xml
   branches/ropalka-jbossws302/webservices/.classpath
   branches/ropalka-jbossws302/webservices/build.xml
   branches/ropalka-jbossws302/webservices/pom.xml
Log:
[JBAS-5293] update poms, buildfiles and classpaths

Modified: branches/ropalka-jbossws302/build/build.xml
===================================================================
--- branches/ropalka-jbossws302/build/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/build/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -816,7 +816,7 @@
       <include name="jboss-deployers-client.jar"/>
       <include name="jboss-deployers-client-spi.jar"/>
       <!-- client excludes -->
-      <exclude name="jbossws-client.jar"/>
+      <exclude name="jbossws-native-client.jar"/>
       <exclude name="${jbossall.client.filename}"/>
     </fileset>    
     

Modified: branches/ropalka-jbossws302/component-matrix/pom.xml
===================================================================
--- branches/ropalka-jbossws302/component-matrix/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/component-matrix/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -32,8 +32,10 @@
     <version.jacorb>2.3.0jboss.patch5-brew</version.jacorb>
     <version.jboss.jbossts>4.3.0.GA</version.jboss.jbossts>
     <version.jboss.jms-integration-tests>1.0.1.GA</version.jboss.jms-integration-tests>
-    <version.jboss.jbossws>3.0.1-native-2.0.4.GA</version.jboss.jbossws>
-    <version.jboss.jbossws-framework>3.0.1.GA</version.jboss.jbossws-framework>
+    <version.jboss.jbossws>3.0.2.GA</version.jboss.jbossws>
+    <version.jboss.jbossws-common>1.0.5.GA</version.jboss.jbossws-common>
+    <version.jboss.jbossws-framework>3.0.2.GA</version.jboss.jbossws-framework>
+    <version.jboss.jbossws-spi>1.0.4.GA</version.jboss.jbossws-spi>
     <version.jboss.messaging>1.4.1.CR1</version.jboss.messaging>
     <version.jboss.web>2.1.1.CR3</version.jboss.web>
     <version.org.jboss.aop>2.0.0.CR12</version.org.jboss.aop>
@@ -650,73 +652,67 @@
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jbossws-client</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-client</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jbossws-context</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-management</artifactId>
         <version>${version.jboss.jbossws}</version>
         <type>war</type>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jbossws-core</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-core</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jboss-jaxrpc</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-jaxrpc</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jboss-jaxws</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-jaxws</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jboss-jaxws-ext</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-jaxws-ext</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>jboss-saaj</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-saaj</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws</groupId>
-        <artifactId>resources</artifactId>
+        <groupId>org.jboss.ws.native</groupId>
+        <artifactId>jbossws-native-resources</artifactId>
         <version>${version.jboss.jbossws}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws-common</groupId>
+        <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-common</artifactId>
-        <version>1.0.4.GA</version>
+        <version>${version.jboss.jbossws-common}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws-framework</groupId>
+        <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-framework</artifactId>
-        <version>3.0.1.GA</version>
+        <version>${version.jboss.jbossws-framework}</version>
       </dependency>
       
       <dependency>
-        <groupId>jboss.jbossws-framework</groupId>
-        <artifactId>resources</artifactId>
-        <version>3.0.1.GA</version>
-      </dependency>
-           
-      <dependency>
         <groupId>jboss.jms-integration-tests</groupId>
         <artifactId>integration-mdb20</artifactId>
         <version>${version.jboss.jms-integration-tests}</version>
@@ -1121,7 +1117,7 @@
       <dependency>
         <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-spi</artifactId>
-        <version>1.0.3.GA</version>
+        <version>${version.jboss.jbossws-spi}</version>
       </dependency>
       
       <dependency>

Modified: branches/ropalka-jbossws302/deployment/pom.xml
===================================================================
--- branches/ropalka-jbossws302/deployment/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/deployment/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -72,8 +72,8 @@
     </dependency>
     
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-saaj</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-saaj</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/ropalka-jbossws302/ejb3/build-test.xml
===================================================================
--- branches/ropalka-jbossws302/ejb3/build-test.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/ejb3/build-test.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -151,7 +151,7 @@
       <path refid="apache.logging.classpath"/>
       <path refid="sun.javamail.classpath"/>
       <path refid="jboss.serialization.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="jboss.jbossws.spi.classpath"/>
       <path refid="quartz.quartz.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
@@ -532,7 +532,7 @@
             <pathelement location="${build.classes}"/>
             <path refid="${client.run.classpath}"/>
             <pathelement location="${resources}/test"/>
-            <path refid="jboss.jbossws.classpath"/>
+            <path refid="org.jboss.ws.native.classpath"/>
             <path refid="jboss.jbossws.spi.classpath"/>
             <path refid="apache.xerces.classpath"/>
             <path refid="sun.jaf.classpath"/>
@@ -644,7 +644,7 @@
             <pathelement location="${build.classes}"/>
             <path refid="${client.run.classpath}"/>
             <pathelement location="${resources}/test"/>
-            <path refid="jboss.jbossws.classpath"/>
+            <path refid="org.jboss.ws.native.classpath"/>
             <path refid="jboss.jbossws.spi.classpath"/>
             <path refid="apache.xerces.classpath"/>
             <path refid="sun.jaf.classpath"/>

Modified: branches/ropalka-jbossws302/ejb3/build.xml
===================================================================
--- branches/ropalka-jbossws302/ejb3/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/ejb3/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -107,7 +107,7 @@
          <path refid="jboss.microcontainer.classpath"/>
          <path refid="jboss.jboss.vfs.classpath"/>
          <path refid="quartz.quartz.classpath"/>
-         <path refid="jboss.jbossws.classpath"/>
+         <path refid="org.jboss.ws.native.classpath"/>
          <path refid="org.jboss.ws.classpath"/>
          <path refid="jboss.jbossxb.classpath"/>
          <path refid="jacorb.jacorb.classpath"/>

Modified: branches/ropalka-jbossws302/ejb3/pom.xml
===================================================================
--- branches/ropalka-jbossws302/ejb3/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/ejb3/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -62,8 +62,8 @@
     </dependency>
     
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/ropalka-jbossws302/embedded/build.xml
===================================================================
--- branches/ropalka-jbossws302/embedded/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/embedded/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -97,7 +97,7 @@
          <path refid="jboss.jboss.cl.classpath"/>
          <path refid="jboss.microcontainer.classpath"/>
          <path refid="quartz.quartz.classpath"/>
-         <path refid="jboss.jbossws.classpath"/>
+         <path refid="org.jboss.ws.native.classpath"/>
          <path refid="jboss.jbossxb.classpath"/>
          <path refid="jboss.jboss.vfs.classpath"/>
          <path refid="jboss.web.classpath"/>
@@ -426,10 +426,10 @@
          <zipfileset src="${jboss.jbossts.lib}/jbossjta.jar"/>
          <zipfileset src="${jboss.jbossts.lib}/jbossjta-integration.jar"/>
          <zipfileset src="${jboss.jbossts.lib}/jbossts-common.jar"/>
-         <zipfileset src="${jboss.jbossws.lib}/jboss-jaxrpc.jar"/>
-         <zipfileset src="${jboss.jbossws.lib}/jboss-jaxws.jar"/>
-         <zipfileset src="${jboss.jbossws.lib}/jbossws-client.jar"/>
-         <zipfileset src="${jboss.jbossws.spi.lib}/jbossws-spi.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-jaxrpc.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-jaxws.jar"/>
+         <zipfileset src="${org.jboss.ws.native.lib}/jbossws-native-client.jar"/>
+         <zipfileset src="${org.jboss.ws.spi.lib}/jbossws-spi.jar"/>
          <zipfileset src="${jboss.jboss.vfs.lib}/jboss-vfs.jar"/>
          <zipfileset src="${jboss.messaging.lib}/jboss-messaging.jar"/>
          <zipfileset src="${jboss.jboss.jaspi.api.lib}/jboss-jaspi-api.jar"/>

Modified: branches/ropalka-jbossws302/embedded/pom.xml
===================================================================
--- branches/ropalka-jbossws302/embedded/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/embedded/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -48,8 +48,8 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>

Modified: branches/ropalka-jbossws302/server/.classpath
===================================================================
--- branches/ropalka-jbossws302/server/.classpath	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/server/.classpath	2008-06-17 11:35:11 UTC (rev 74679)
@@ -9,8 +9,8 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/ibm-wsdl4j/lib/wsdl4j.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxrpc.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-saaj.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-jaxrpc.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-saaj.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar" sourcepath="/thirdparty/jboss/metadata/lib/jboss-metadata-sources.jar">
 		<accessrule kind="discouraged" pattern="org/jboss/ejb3/**"/>		<accessrule kind="discouraged" pattern="org/jboss/metamodel/**"/>	</classpathentry>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>

Modified: branches/ropalka-jbossws302/server/build.xml
===================================================================
--- branches/ropalka-jbossws302/server/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/server/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -84,7 +84,7 @@
       <path refid="jboss.remoting.classpath"/>
       <path refid="jboss.integration.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="org.jboss.ws.classpath"/>
       <path refid="jboss.metadata.classpath"/>
       <path refid="jboss.jboss.deployers.classpath"/>

Modified: branches/ropalka-jbossws302/server/pom.xml
===================================================================
--- branches/ropalka-jbossws302/server/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/server/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -192,8 +192,8 @@
     </dependency>
     
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-saaj</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-saaj</artifactId>
     </dependency>
     
     <dependency>

Modified: branches/ropalka-jbossws302/testsuite/.classpath
===================================================================
--- branches/ropalka-jbossws302/testsuite/.classpath	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/testsuite/.classpath	2008-06-17 11:35:11 UTC (rev 74679)
@@ -19,7 +19,7 @@
 	<classpathentry kind="lib" path="/thirdparty/hsqldb/lib/hsqldb.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jaf/lib/activation.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xalan/lib/xalan.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-client.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/joesnmp/lib/joesnmp.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>

Modified: branches/ropalka-jbossws302/testsuite/build.xml
===================================================================
--- branches/ropalka-jbossws302/testsuite/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/testsuite/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -136,7 +136,7 @@
       <path refid="jboss.serialization.classpath"/>
       <path refid="jboss.jboss.ejb3.core.classpath" />
       <path refid="jboss.jboss.ejb3.ext.api.classpath" />
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.metadata.classpath"/>
       <path refid="jboss.integration.classpath"/>

Modified: branches/ropalka-jbossws302/thirdparty/pom.xml
===================================================================
--- branches/ropalka-jbossws302/thirdparty/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/thirdparty/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -559,24 +559,6 @@
               </mapping>
             </dependency>
             <dependency>
-              <groupId>jboss</groupId>
-              <artifactId>jbossws-common</artifactId>
-              <mapping>
-                <componentId>jboss.jbossws-common</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>jboss.jbossws</groupId>
-              <artifactId>jbossws-client</artifactId>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
-              <groupId>jboss.jbossws</groupId>
-              <artifactId>jbossws-context</artifactId>
-              <type>war</type>
-              <exportArtifact>false</exportArtifact>
-            </dependency>
-            <dependency>
               <groupId>org.jboss</groupId>
               <artifactId>jbossxb</artifactId>
               <mapping>
@@ -1369,51 +1351,47 @@
       <artifactId>jboss-vfs</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jbossws-client</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-client</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jbossws-context</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-management</artifactId>
       <type>war</type>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jbossws-core</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxrpc</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxrpc</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws-ext</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws-ext</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>resources</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-resources</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-saaj</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-saaj</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws-common</groupId>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-common</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws-framework</groupId>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-framework</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws-framework</groupId>
-      <artifactId>resources</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-spi</artifactId>
     </dependency>

Modified: branches/ropalka-jbossws302/tomcat/.classpath
===================================================================
--- branches/ropalka-jbossws302/tomcat/.classpath	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/tomcat/.classpath	2008-06-17 11:35:11 UTC (rev 74679)
@@ -20,7 +20,7 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/web/lib/jsp-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxws.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/native/lib/jbossws-native-jaxws.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ejb3-interceptors/lib/jboss-ejb3-interceptors.jar" sourcepath="/thirdparty/jboss/jboss-ejb3-interceptors/lib/jboss-ejb3-interceptors-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>

Modified: branches/ropalka-jbossws302/tomcat/build-test.xml
===================================================================
--- branches/ropalka-jbossws302/tomcat/build-test.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/tomcat/build-test.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -136,7 +136,7 @@
       <path refid="apache.logging.classpath"/>
       <path refid="sun.javamail.classpath"/>
       <path refid="jboss.serialization.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="quartz.quartz.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
    </path>
@@ -370,7 +370,7 @@
             <pathelement location="${build.classes}"/>
             <pathelement location="${resources}/test"/>
             <path refid="${client.run.classpath}"/>
-            <path refid="jboss.jbossws.classpath"/>
+            <path refid="org.jboss.ws.native.classpath"/>
             <path refid="apache.xerces.classpath"/>
             <path refid="sun.jaf.classpath"/>
             <path refid="sun.javamail.classpath"/>
@@ -445,7 +445,7 @@
             <pathelement location="${build.classes}"/>
             <pathelement location="${resources}/test"/>
             <path refid="${client.run.classpath}"/>
-            <path refid="jboss.jbossws.classpath"/>
+            <path refid="org.jboss.ws.native.classpath"/>
             <path refid="apache.xerces.classpath"/>
             <path refid="sun.jaf.classpath"/>
             <path refid="sun.javamail.classpath"/>

Modified: branches/ropalka-jbossws302/tomcat/build.xml
===================================================================
--- branches/ropalka-jbossws302/tomcat/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/tomcat/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -60,7 +60,7 @@
       <path refid="jgroups.jgroups.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="org.jboss.ws.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.serialization.classpath"/>

Modified: branches/ropalka-jbossws302/tomcat/pom.xml
===================================================================
--- branches/ropalka-jbossws302/tomcat/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/tomcat/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -105,8 +105,8 @@
       <artifactId>jbossweb</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>
     <dependency>
       <groupId>jgroups</groupId>

Modified: branches/ropalka-jbossws302/varia/build.xml
===================================================================
--- branches/ropalka-jbossws302/varia/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/varia/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -96,7 +96,7 @@
       <path refid="jboss.jboss.deployers.classpath"/>      
       <path refid="jboss.jboss.man.classpath"/>      
       <path refid="jboss.microcontainer.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.integration.classpath"/>
       <path refid="jboss.jboss.ha.server.api.classpath"/>

Modified: branches/ropalka-jbossws302/webservices/.classpath
===================================================================
--- branches/ropalka-jbossws302/webservices/.classpath	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/webservices/.classpath	2008-06-17 11:35:11 UTC (rev 74679)
@@ -4,8 +4,8 @@
 	<classpathentry exported="true" kind="src" path="/ejb3"/>
 	<classpathentry exported="true" kind="src" path="/tomcat"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar" sourcepath="/thirdparty/jboss/jbossws-common/lib/jbossws-common-src.zip"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework.jar" sourcepath="/thirdparty/jboss/jbossws-framework/lib/jbossws-framework-src.zip"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-common.jar" sourcepath="/thirdparty/org/jboss/ws/lib/jbossws-common-src.zip"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-framework.jar" sourcepath="/thirdparty/org/jboss/ws/lib/jbossws-framework-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client.jar" sourcepath="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/ws/lib/jbossws-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>

Modified: branches/ropalka-jbossws302/webservices/build.xml
===================================================================
--- branches/ropalka-jbossws302/webservices/build.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/webservices/build.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -79,9 +79,7 @@
       <path refid="jboss.jboss.security.spi.classpath"/>
       <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.jbosssx.classpath"/>
-      <path refid="jboss.jbossws.classpath"/>
-      <path refid="jboss.jbossws.common.classpath"/>
-      <path refid="jboss.jbossws.framework.classpath"/>
+      <path refid="org.jboss.ws.native.classpath"/>
       <path refid="org.jboss.ws.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.metadata.classpath"/>
@@ -154,10 +152,10 @@
       <fileset dir="${build.lib}">
         <include name="jbossws-jboss50.jar"/>
       </fileset>
-      <fileset dir="${jboss.jbossws.common.lib}">
+      <fileset dir="${org.jboss.ws.lib}">
         <include name="jbossws-common.jar"/>
       </fileset>
-      <fileset dir="${jboss.jbossws.framework.lib}">
+      <fileset dir="${org.jboss.ws.lib}">
         <include name="jbossws-framework.jar"/>
       </fileset>
       <fileset dir="${build.resources}/jbossws-jboss50.deployer">

Modified: branches/ropalka-jbossws302/webservices/pom.xml
===================================================================
--- branches/ropalka-jbossws302/webservices/pom.xml	2008-06-17 11:33:56 UTC (rev 74678)
+++ branches/ropalka-jbossws302/webservices/pom.xml	2008-06-17 11:35:11 UTC (rev 74679)
@@ -73,8 +73,8 @@
       <artifactId>dom4j</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxrpc</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxrpc</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -86,15 +86,15 @@
       <artifactId>jboss-as-j2se</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-jaxws</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws</groupId>
-      <artifactId>jboss-saaj</artifactId>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-saaj</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws-framework</groupId>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-framework</artifactId>
     </dependency>
     <dependency>
@@ -118,7 +118,7 @@
       <artifactId>jbossws-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss.jbossws-common</groupId>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-common</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list