You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/14 18:28:03 UTC

svn commit: rev 10651 - incubator/depot/trunk/update

Author: nickchalko
Date: Fri May 14 11:28:03 2004
New Revision: 10651

Modified:
   incubator/depot/trunk/update/build-ant-get.xml
Log:
don;t download version/common, but them in lib/ by hand

Modified: incubator/depot/trunk/update/build-ant-get.xml
==============================================================================
--- incubator/depot/trunk/update/build-ant-get.xml	(original)
+++ incubator/depot/trunk/update/build-ant-get.xml	Fri May 14 11:28:03 2004
@@ -12,7 +12,7 @@
 
 <include name="regexp/jars/regexp-null.jars"/>
 </fileset>
-<target name="get-all" depends="get-log4j,get-commons-vfs,get-commons-logging,get-commons-httpclient,get-depot-common,get-depot-version,get-regexp"/>
+<target name="get-all" depends="get-log4j,get-commons-vfs,get-commons-logging,get-commons-httpclient,get-regexp"/>
 <target name="get-log4j">
 <mkdir dir="${repository.dir}/log4j/jars/"/>
 <get verbose="true" usetimestamp="true" dest="${repository.dir}/log4j/jars/log4j-1.2.jar" src="http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.8.jar"/>