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/07/27 06:01:51 UTC

svn commit: rev 30760 - incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache

Author: nickchalko
Date: Mon Jul 26 23:01:50 2004
New Revision: 30760

Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
Log:
Fixed test repo name.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	Mon Jul 26 23:01:50 2004
@@ -33,7 +33,7 @@
 
 	<typedef resource="depot-update-antlib.xml" classpathref="update.classpath" />
 	<repository id="maven" url="http://www.ibiblio.org/maven/" remote="true" />
-	<repository id="localtest" url="file:///${localtest.dir}" remote="true" />
+	<repository id="localtest" url="file:////${localtest.dir}" remote="true" />
 	<target name="test1" depends="clean-jars">
 
 		<!-- this test should find the 1.1 jar already in place. -->