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/02/23 01:34:01 UTC

svn commit: rev 6826 - incubator/depot/trunk/version

Author: nickchalko
Date: Sun Feb 22 17:34:00 2004
New Revision: 6826

Modified:
   incubator/depot/trunk/version/build.xml
Log:
Use repository.path not local.lib.dir

Modified: incubator/depot/trunk/version/build.xml
==============================================================================
--- incubator/depot/trunk/version/build.xml	(original)
+++ incubator/depot/trunk/version/build.xml	Sun Feb 22 17:34:00 2004
@@ -139,7 +139,7 @@
 	<target name="init_repository" depends="" 
 		description="fetches core dependencies out of the ibiblio-repository and put them in the local lib dir">
 <!-- should use a local repository here (perhaps even create it?? -->
-		<mkdir dir="${local.lib.dir}"/>
+		<mkdir dir="${repository.path}"/>
 
 		<get src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.jar" 
 			dest="${junit.jar}" usetimestamp="true"