[jboss-cvs] JBossAS SVN: r82437 - in branches/ropalka-jbossws305-jboss501: component-matrix and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 19 02:08:43 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-12-19 02:08:42 -0500 (Fri, 19 Dec 2008)
New Revision: 82437

Modified:
   branches/ropalka-jbossws305-jboss501/build/build-distr.xml
   branches/ropalka-jbossws305-jboss501/component-matrix/pom.xml
Log:
increase jaxws-tools and jaxws-rt versions

Modified: branches/ropalka-jbossws305-jboss501/build/build-distr.xml
===================================================================
--- branches/ropalka-jbossws305-jboss501/build/build-distr.xml	2008-12-19 06:10:30 UTC (rev 82436)
+++ branches/ropalka-jbossws305-jboss501/build/build-distr.xml	2008-12-19 07:08:42 UTC (rev 82437)
@@ -1591,9 +1591,6 @@
     <mkdir dir="${install.all.deployers}/jbossws.deployer"/>
     <unzip dest="${install.all.deployers}/jbossws.deployer" src="${_module.output}/lib/jbossws-jboss50-deployer.zip"/>
 
-    <!-- Copy jbossws container beans to deploy directory -->
-    <copy todir="${install.all.deployers}/jbossws.deployer/META-INF" file="${_module.output}/resources/jbossws-jboss50-container.jar/META-INF/jbossws-container-jboss-beans.xml"/>
-
     <delete dir="${_module.output}/jbossws-native-resources"/>
     <mkdir dir="${_module.output}/jbossws-native-resources"/>
     <unzip dest="${_module.output}/jbossws-native-resources" src="${org.jboss.ws.native.lib}/jbossws-native-resources.jar"/>

Modified: branches/ropalka-jbossws305-jboss501/component-matrix/pom.xml
===================================================================
--- branches/ropalka-jbossws305-jboss501/component-matrix/pom.xml	2008-12-19 06:10:30 UTC (rev 82436)
+++ branches/ropalka-jbossws305-jboss501/component-matrix/pom.xml	2008-12-19 07:08:42 UTC (rev 82437)
@@ -79,7 +79,9 @@
     <version.oswego-concurrent.concurrent>1.3.4-jboss-update1</version.oswego-concurrent.concurrent>
     <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
     <version.org.springframework>2.5.5</version.org.springframework>
-    <version.sun-jaxws>2.1.1</version.sun-jaxws>
+    <version.sun-jaxws>2.1.3</version.sun-jaxws>
+    <version.staxex>2.1.1</version.staxex>
+    <version.streambuffer>2.1.1</version.streambuffer>
     <version.sun.jaxb>2.1.9</version.sun.jaxb>
     <version.xdoclet>1.2.3</version.xdoclet>
     <version.seam.integration>5.0.0.GA</version.seam.integration>
@@ -1948,17 +1950,17 @@
         <artifactId>jaxws-tools</artifactId>
         <version>${version.sun-jaxws}</version>
       </dependency>
-      
+
       <dependency>
         <groupId>sun-jaxws</groupId>
         <artifactId>stax-ex</artifactId>
-        <version>${version.sun-jaxws}</version>
+        <version>${version.staxex}</version>
       </dependency>
-      
+
       <dependency>
         <groupId>sun-jaxws</groupId>
         <artifactId>streambuffer</artifactId>
-        <version>${version.sun-jaxws}</version>
+        <version>${version.streambuffer}</version>
       </dependency>    
       
       <dependency>




More information about the jboss-cvs-commits mailing list