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/13 07:48:59 UTC

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

Author: nickchalko
Date: Thu May 13 00:48:58 2004
New Revision: 10622

Added:
   incubator/depot/trunk/update/build-ant-get.xml
      - copied unchanged from rev 10621, incubator/depot/trunk/update/build-get-depends.xml
Removed:
   incubator/depot/trunk/update/build-get-depends.xml
Modified:
   incubator/depot/trunk/update/build-depend.xml
   incubator/depot/trunk/update/build.xml
Log:
Renamed generated file.

Modified: incubator/depot/trunk/update/build-depend.xml
==============================================================================
--- incubator/depot/trunk/update/build-depend.xml	(original)
+++ incubator/depot/trunk/update/build-depend.xml	Thu May 13 00:48:58 2004
@@ -17,9 +17,12 @@
 -->
 <project name="depot-update-depends" default="export-ant-get">
 
+	<property name="project.name" value="depot-update" />
+
 	<typedef resource="org/krysalis/antworks/importer/antlib.xml"
 	         classpath="${user.home}/.antworks/lib/antworks-importer.jar" />
 
+
 	<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}" />
@@ -27,13 +30,13 @@
 
 	<repository id="maven" url="http://www.ibiblio.org/maven/" remote="true" />
 	<repository id="nickchalko-sandbox" url="http://cvs.apache.org/~nickchalko/SNAPSHOTS/" remote="true" />
-	<cachedset id="depot-update-depends.dependent.jars">
+	<cachedset id="depot-update.dependent.jars">
 		<resource name="log4j" ext="jar" version="1.2" repository="maven" />
 		<resource name="commons-vfs" ext="jar" version="20030518103800" repository="maven" />
-		<resource name="commons-logging" ext="jar"  repository="maven" />
+		<resource name="commons-logging" ext="jar" repository="maven" />
 		<resource name="commons-httpclient" ext="jar" version="2.0" repository="maven" />
-		<resource name="depot-common" ext="jar"  repository="nickchalko-sandbox" />
-		<resource name="depot-version" ext="jar"  repository="nickchalko-sandbox" />
+		<resource name="depot-common" ext="jar" repository="nickchalko-sandbox" />
+		<resource name="depot-version" ext="jar" repository="nickchalko-sandbox" />
 
 	</cachedset>
 

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Thu May 13 00:48:58 2004
@@ -35,8 +35,6 @@
 	          value="https://svn.apache.org/repos/asf/incubator/depot/trunk/www/update" />
 	<property name="depot-version.antlet.isDependent" value="true" />
 
-	<property name="antlets.repo"
-	          value="http://antworks.sourceforge.net/library/antlets/" />
 
 
 	<property name="project.src.dir" value="src/java" />
@@ -55,6 +53,8 @@
 	           classpathref="depot-update.classpath" />
   
 
+	<property name="antlets.repo"
+	          value="http://antworks.sourceforge.net/library/antlets/" />
 	<importer name="init-0.1" href="${antlets.repo}" />
 	<importer name="java-0.1" href="${antlets.repo}" />
 	<importer name="junit-0.1" href="${antlets.repo}" />