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 18:50:58 UTC

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

Author: nickchalko
Date: Fri May 14 11:50:58 2004
New Revision: 10652

Modified:
   incubator/depot/trunk/update/build-depend.xml
   incubator/depot/trunk/update/build.xml
Log:
use my SNAPSHOT dir.

Modified: incubator/depot/trunk/update/build-depend.xml
==============================================================================
--- incubator/depot/trunk/update/build-depend.xml	(original)
+++ incubator/depot/trunk/update/build-depend.xml	Fri May 14 11:50:58 2004
@@ -25,7 +25,7 @@
 
 	<property name="antlets.repo" value="http://antworks.sourceforge.net/library/antlets/" />
 	<importer name="init-0.1" href="${antlets.repo}" />
-	<importer name="depot-update-0.1" href="${antlets.repo}" />
+	<importer name="depot-update-0.1" href="http://cvs.apache.org/~nickchalko/SNAPSHOTS/" />
 
 
 	<repository id="maven" url="http://www.ibiblio.org/maven/" remote="true" />

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Fri May 14 11:50:58 2004
@@ -58,7 +58,7 @@
 	<importer name="apache-0.1" href="${antlets.repo}" />
 	<importer name="makeantlet-0.2" href="${antlets.repo}" />
 
-	<importer name="depot-version-0.1" />
+	<importer name="depot-version-0.1" href="http://cvs.apache.org/~nickchalko/SNAPSHOTS/antlets/"/>
 
 	<fileset id="depot-update.dependent.jars.fileset" dir=".">
 		<include name="lib/*.jar" />
@@ -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" />