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/03/02 07:59:44 UTC

svn commit: rev 6966 - incubator/depot/trunk/ruper

Author: nickchalko
Date: Mon Mar  1 23:59:44 2004
New Revision: 6966

Modified:
   incubator/depot/trunk/ruper/build.xml
Log:
Javadoc is faling for me so a moved it out of the dist.

Modified: incubator/depot/trunk/ruper/build.xml
==============================================================================
--- incubator/depot/trunk/ruper/build.xml	(original)
+++ incubator/depot/trunk/ruper/build.xml	Mon Mar  1 23:59:44 2004
@@ -104,7 +104,7 @@
 			dest="${local.lib.dir}/commons-logging.jar" usetimestamp="true" 
 			verbose="true"/>
 		<get 
-			src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.3-1.jar" 
+			src="http://www.ibiblio.org/maven/ant/jars/ant-1.6.jar" 
 			dest="${local.lib.dir}/ant.jar" usetimestamp="true" 
 			verbose="true"/>			
 	</target>