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 21:24:17 UTC

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

Author: nickchalko
Date: Fri May 14 14:24:17 2004
New Revision: 10657

Modified:
   incubator/depot/trunk/update/build.xml
Log:
use the downloaded jars

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Fri May 14 14:24:17 2004
@@ -66,7 +66,7 @@
 	<import file="build-ant-get.xml" />
 
 	<path id="depot-update.classpath">
-		<!--fileset refid="depot-update.dependent.jars.fileset" /-->
+		<fileset refid="depot-update.dependent.jars.fileset" />
 		<fileset dir=".">
 			<!-- put the latest  depot common and depot-version here -->
 			<include name="lib/*.jar" />