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/29 06:48:56 UTC

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

Author: nickchalko
Date: Wed Jul 28 23:48:55 2004
New Revision: 30906

Added:
   incubator/depot/trunk/update/build-get-depot-update-jars.xml
      - copied, changed from rev 30833, incubator/depot/trunk/update/build-ant-get.xml
Modified:
   incubator/depot/trunk/update/build.xml
Log:
Renamed the ant get file.

Copied: incubator/depot/trunk/update/build-get-depot-update-jars.xml (from rev 30833, incubator/depot/trunk/update/build-ant-get.xml)
==============================================================================
--- incubator/depot/trunk/update/build-ant-get.xml	(original)
+++ incubator/depot/trunk/update/build-get-depot-update-jars.xml	Wed Jul 28 23:48:55 2004
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--$Id: $-->
-<!--This is a autogenerated file designed to be checked in to Source Control-->
+<!--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="${depot.home}/local-repository"/>
@@ -12,7 +13,8 @@
 <include name="commons-codec/jars/commons-codec-1.2.jar"/>
 <include name="regexp/jars/regexp-1.3.jar"/>
 </fileset>
-<target name="get-all" depends="get-log4j,get-commons-vfs,get-commons-logging,get-commons-httpclient,get-commons-codec,get-regexp"/>
+<target name="get-all" depends="get-depot-update.dependent.jars"/>
+<target name="get-depot-update.dependent.jars" depends="get-log4j,get-commons-vfs,get-commons-logging,get-commons-httpclient,get-commons-codec,get-regexp"/>
     <target name="get-log4j">
 <mkdir dir="${repository.dir}/log4j/jars/"/>
 <get verbose="true" usetimestamp="true" dest="${repository.dir}/log4j/jars/log4j-1.2.8.jar" src="http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.8.jar"/>

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Wed Jul 28 23:48:55 2004
@@ -56,10 +56,8 @@
 
 	<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" />
-	</fileset>
-	<import file="build-ant-get.xml" />
+	
+	<import file="build-get-depot-update-jars.xml" />
 
 	<path id="depot-update.classpath">
 		<fileset refid="depot-update.dependent.jars.fileset" />