Author: alessio.soldano(a)jboss.com
Date: 2011-05-05 07:18:15 -0400 (Thu, 05 May 2011)
New Revision: 14250
Modified:
stack/native/trunk/modules/dist/src/main/distro/build.xml
Log:
[JBWS-3210] Setting native factories early in the classpath
Modified: stack/native/trunk/modules/dist/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build.xml 2011-05-05 11:17:45 UTC (rev
14249)
+++ stack/native/trunk/modules/dist/src/main/distro/build.xml 2011-05-05 11:18:15 UTC (rev
14250)
@@ -69,6 +69,7 @@
<!-- Move the native API to the front of the classpath -->
<pathelement location="${thirdparty.dir}/jaxrpc-api.jar"/>
<pathelement location="${thirdparty.dir}/saaj-api.jar"/>
+ <pathelement
location="${thirdparty.dir}/jbossws-native-factories.jar"/>
<fileset dir="${thirdparty.dir}">
<exclude name="**/jbossws-jboss*.jar"/>
<exclude name="**/jboss-as-webservices-tests-integration.jar"/>
Show replies by date