[jboss-svn-commits] JBossWS SVN: r1157 - branches/jbossws-1.0/src/ant

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 6 02:00:36 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-10-06 02:00:31 -0400 (Fri, 06 Oct 2006)
New Revision: 1157

Modified:
   branches/jbossws-1.0/src/ant/build-thirdparty.xml
Log:
Download individual files when version.properties changes

Modified: branches/jbossws-1.0/src/ant/build-thirdparty.xml
===================================================================
--- branches/jbossws-1.0/src/ant/build-thirdparty.xml	2006-10-06 02:26:13 UTC (rev 1156)
+++ branches/jbossws-1.0/src/ant/build-thirdparty.xml	2006-10-06 06:00:31 UTC (rev 1157)
@@ -23,9 +23,7 @@
   <target name="thirdparty-get" if="force.thirdparty.get" 
     description="Gets the thirdparty libraries">
 
-    <delete dir="${thirdparty.dir}"/>
     <mkdir dir="${thirdparty.dir}"/>
-    
     <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-log4j/${apache-log4j}/lib/log4j.jar" dest="${thirdparty.dir}/log4j.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/apache-xalan/${apache-xalan}/lib/serializer.jar" dest="${thirdparty.dir}/serializer.jar" usetimestamp="true" verbose="true"/>




More information about the jboss-svn-commits mailing list