Author: heiko.braun(a)jboss.com
Date: 2007-07-31 11:55:56 -0400 (Tue, 31 Jul 2007)
New Revision: 4039
Modified:
trunk/jbossws-core/ant-import-tests/build-testsuite.xml
Log:
More fine grained tools classpath for WSConsumeTestCase
Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-07-31 15:54:37 UTC (rev
4038)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-07-31 15:55:56 UTC (rev
4039)
@@ -40,15 +40,16 @@
</path>
<path id="wsconsume.classpath">
- <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
- <pathelement location="${core.dir}/thirdparty/jaxb-xjc.jar"/>
- <pathelement location="${core.dir}/thirdparty/jaxb-impl.jar"/>
- <pathelement location="${core.dir}/thirdparty/jaxws-rt.jar"/>
- <pathelement location="${core.dir}/thirdparty/jaxws-tools.jar"/>
- <pathelement location="${core.dir}/thirdparty/stax-api.jar"/>
- <pathelement location="${core.dir}/thirdparty/stax-ex.jar"/>
- <pathelement location="${core.dir}/thirdparty/streambuffer.jar"/>
- <pathelement location="${core.dir}/thirdparty/wstx.jar"/>
+ <pathelement location="${spi.dir}/thirdparty/jaxb-xjc.jar"/>
+ <pathelement location="${spi.dir}/thirdparty/jaxb-impl.jar"/>
+ <pathelement location="${spi.dir}/thirdparty/stax-api.jar"/>
+ <pathelement location="${spi.dir}/thirdparty/stax-ex.jar"/>
+ <pathelement location="${spi.dir}/thirdparty/streambuffer.jar"/>
+
+ <pathelement location="${core.dir}/thirdparty/jaxws-rt.jar"/>
+ <pathelement location="${core.dir}/thirdparty/jaxws-tools.jar"/>
+ <pathelement location="${core.dir}/thirdparty/wstx.jar"/>
+
<pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
</path>
Show replies by date