Author: thomas.diesler(a)jboss.com
Date: 2007-08-01 09:10:40 -0400 (Wed, 01 Aug 2007)
New Revision: 4051
Modified:
trunk/integration/native/ant-import/build-testsuite.xml
Log:
Add jbossws-spi.jar to ws.stack.classpath
Modified: trunk/integration/native/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/native/ant-import/build-testsuite.xml 2007-08-01 11:37:53 UTC (rev
4050)
+++ trunk/integration/native/ant-import/build-testsuite.xml 2007-08-01 13:10:40 UTC (rev
4051)
@@ -27,6 +27,7 @@
<target name="tests-init" depends="tests-classpath">
<path id="ws.stack.classpath">
+ <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxrpc.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxws.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-saaj.jar"/>
Show replies by date