[jbossws-commits] JBossWS SVN: r4039 - trunk/jbossws-core/ant-import-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jul 31 11:55:57 EDT 2007


Author: heiko.braun at 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>
 




More information about the jbossws-commits mailing list