Author: thomas.diesler(a)jboss.com
Date: 2008-05-02 15:35:14 -0400 (Fri, 02 May 2008)
New Revision: 6876
Modified:
stack/native/trunk/src/main/distro/build.xml
Log:
move native api to front of classpath
Modified: stack/native/trunk/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/src/main/distro/build.xml 2008-05-02 19:29:44 UTC (rev 6875)
+++ stack/native/trunk/src/main/distro/build.xml 2008-05-02 19:35:14 UTC (rev 6876)
@@ -67,9 +67,11 @@
<target name="tests-init" depends="init,tests-classpath">
<path id="ws.stack.classpath">
- <fileset dir="${thirdparty.dir}">
- <exclude name="jaxws-rt.jar"/>
- </fileset>
+ <pathelement
location="${thirdparty.dir}/jbossws-native-jaxws-ext.jar"/>
+ <pathelement
location="${thirdparty.dir}/jbossws-native-jaxws.jar"/>
+ <pathelement
location="${thirdparty.dir}/jbossws-native-jaxrpc.jar"/>
+ <pathelement
location="${thirdparty.dir}/jbossws-native-saaj.jar"/>
+ <fileset dir="${thirdparty.dir}"/>
</path>
<path id="tests.extra.classpath">
Show replies by date