[jbossws-commits] JBossWS SVN: r4149 - spi/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 3 06:15:39 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-08-03 06:15:38 -0400 (Fri, 03 Aug 2007)
New Revision: 4149

Modified:
   spi/trunk/ant-import/build-thirdparty.xml
Log:
ant-launcher.jar is required for test execution

Modified: spi/trunk/ant-import/build-thirdparty.xml
===================================================================
--- spi/trunk/ant-import/build-thirdparty.xml	2007-08-03 10:12:48 UTC (rev 4148)
+++ spi/trunk/ant-import/build-thirdparty.xml	2007-08-03 10:15:38 UTC (rev 4149)
@@ -40,6 +40,7 @@
     <mkdir dir="${thirdparty.dir}"/>
     <get src="${jboss.repository}/junit/${junit}/lib/junit.jar" dest="${thirdparty.dir}/junit.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/apache-ant/${apache-ant}/lib/ant.jar" dest="${thirdparty.dir}/ant.jar" usetimestamp="true" verbose="true"/>
+    <get src="${jboss.repository}/apache-ant/${apache-ant}/lib/ant-launcher.jar" dest="${thirdparty.dir}/ant-launcher.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/gnu-getopt/${gnu-getopt}/lib/getopt.jar" dest="${thirdparty.dir}/getopt.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/dom4j/${dom4j}/lib/dom4j.jar" dest="${thirdparty.dir}/dom4j.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/jboss/common-core/${jboss-common-core}/lib/jboss-common-core.jar" dest="${thirdparty.dir}/jboss-common-core.jar" usetimestamp="true" verbose="true"/>
@@ -81,7 +82,7 @@
       <pathelement location="${thirdparty.dir}/junit.jar"/>
 
       <pathelement location="${thirdparty.dir}/ant.jar"/>
-      <pathelement location="${thirdparty.dir}/ant-nodeps.jar"/>
+      <pathelement location="${thirdparty.dir}/ant-launcher.jar"/>
     </path>
     
   </target>




More information about the jbossws-commits mailing list