[jboss-cvs] JBossAS SVN: r100768 - in branches/jaxrpc-cxf: component-matrix and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 9 13:19:50 EST 2010
Author: alessio.soldano at jboss.com
Date: 2010-02-09 13:19:49 -0500 (Tue, 09 Feb 2010)
New Revision: 100768
Modified:
branches/jaxrpc-cxf/build/build.xml
branches/jaxrpc-cxf/build/pom.xml
branches/jaxrpc-cxf/component-matrix/pom.xml
branches/jaxrpc-cxf/testsuite/build.xml
Log:
- [JBWS-2921] Installing jbossws-native-factories.jar and jbossws-native-services.jar into the proper locations
- make the branch use the snapshots of ws components
Modified: branches/jaxrpc-cxf/build/build.xml
===================================================================
--- branches/jaxrpc-cxf/build/build.xml 2010-02-09 17:38:25 UTC (rev 100767)
+++ branches/jaxrpc-cxf/build/build.xml 2010-02-09 18:19:49 UTC (rev 100768)
@@ -1834,6 +1834,8 @@
<fileset refid="sun-fi:FastInfoset:jar"/>
<fileset refid="jboss.jaxbintros:jboss-jaxb-intros:jar"/>
<fileset refid="org.jboss.ws.native:jbossws-native-core:jar"/>
+ <fileset refid="org.jboss.ws.native:jbossws-native-factories:jar"/>
+ <fileset refid="org.jboss.ws.native:jbossws-native-services:jar"/>
<fileset refid="org.codehaus.jettison:jettison:jar"/>
<fileset refid="org.jboss.netty:netty:jar"/>
<fileset refid="wscommons-policy:policy:jar"/>
@@ -2175,6 +2177,8 @@
<fileset refid="javax.jws:jsr181-api:jar"/>
<fileset refid="org.jboss.ws.native:jbossws-native-client:jar"/>
<fileset refid="org.jboss.ws.native:jbossws-native-core:jar"/>
+ <fileset refid="org.jboss.ws.native:jbossws-native-services:jar"/>
+ <fileset refid="org.jboss.ws.native:jbossws-native-factories:jar"/>
<fileset refid="javax.xml:jaxrpc-api:jar"/>
<fileset refid="javax.xml.soap:saaj-api:jar"/>
<fileset refid="org.jboss.ws:jbossws-common:jar"/>
Modified: branches/jaxrpc-cxf/build/pom.xml
===================================================================
--- branches/jaxrpc-cxf/build/pom.xml 2010-02-09 17:38:25 UTC (rev 100767)
+++ branches/jaxrpc-cxf/build/pom.xml 2010-02-09 18:19:49 UTC (rev 100768)
@@ -627,6 +627,11 @@
<optional>true</optional>
</dependency>
<dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
<optional>true</optional>
Modified: branches/jaxrpc-cxf/component-matrix/pom.xml
===================================================================
--- branches/jaxrpc-cxf/component-matrix/pom.xml 2010-02-09 17:38:25 UTC (rev 100767)
+++ branches/jaxrpc-cxf/component-matrix/pom.xml 2010-02-09 18:19:49 UTC (rev 100768)
@@ -45,10 +45,10 @@
<version.jaxrpc.api>1.1</version.jaxrpc.api>
<version.saaj.api>1.3</version.saaj.api>
<version.jsr181.api>1.0-MR1</version.jsr181.api>
- <version.jboss.jbossws-spi>1.3.0.Beta1</version.jboss.jbossws-spi>
- <version.jboss.jbossws-common>1.3.0.Beta1</version.jboss.jbossws-common>
- <version.jboss.jbossws-framework>3.3.0.Beta1</version.jboss.jbossws-framework>
- <version.jboss.jbossws>3.3.0.Beta1</version.jboss.jbossws>
+ <version.jboss.jbossws-spi>1.3.0-SNAPSHOT</version.jboss.jbossws-spi>
+ <version.jboss.jbossws-common>1.3.0-SNAPSHOT</version.jboss.jbossws-common>
+ <version.jboss.jbossws-framework>3.3.0-SNAPSHOT</version.jboss.jbossws-framework>
+ <version.jboss.jbossws>3.3.0-SNAPSHOT</version.jboss.jbossws>
<version.commons.beanutils>1.8.0</version.commons.beanutils>
<version.fastinfoset>1.2.2</version.fastinfoset>
<version.jboss.jms-integration-tests>1.0.1.GA</version.jboss.jms-integration-tests>
@@ -934,6 +934,12 @@
<dependency>
<groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <version>${version.jboss.jbossws}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-client</artifactId>
<version>${version.jboss.jbossws}</version>
</dependency>
Modified: branches/jaxrpc-cxf/testsuite/build.xml
===================================================================
--- branches/jaxrpc-cxf/testsuite/build.xml 2010-02-09 17:38:25 UTC (rev 100767)
+++ branches/jaxrpc-cxf/testsuite/build.xml 2010-02-09 18:19:49 UTC (rev 100768)
@@ -288,6 +288,7 @@
<fileset refid="org.jboss.ws.native:jbossws-native-management:war"/>
<fileset refid="org.jboss.ws.native:jbossws-native-resources:jar"/>
<fileset refid="org.jboss.ws.native:jbossws-native-factories:jar"/>
+ <fileset refid="org.jboss.ws.native:jbossws-native-services:jar"/>
<fileset refid="javax.xml:jaxrpc-api:jar"/>
<fileset refid="javax.xml.soap:saaj-api:jar"/>
<fileset refid="org.jboss:jbossxb:jar"/>
More information about the jboss-cvs-commits
mailing list