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:36:59 UTC

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

Author: nickchalko
Date: Fri May 14 14:36:59 2004
New Revision: 10658

Modified:
   incubator/depot/trunk/update/build-ant-get.xml
Log:
fixed the repo location

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 14:36:59 2004
@@ -3,7 +3,7 @@
 <!--This is a autogenerated file designed to be checked in to Source Control-->
 <project default="get-all" name="">
 	<property name="depot.home" value="${user.home}/.apache.depot" />
-	<property name="repository.dir" value="c:\tools\repo" />
+	<property name="repository.dir" value="{${depot.home}/local-repository" />
 	<echo message="repository.dir=${repository.dir}" />
 	<path id="bar">
 		<fileset id="depot-update.dependent.jars.fileset"