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:02:05 UTC

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

Author: nickchalko
Date: Thu May 13 00:02:04 2004
New Revision: 10617

Added:
   incubator/depot/trunk/update/build-get-depends.xml
Log:
Here is a first stab at the antlet generate ant-get build.xml  file to get needed jars.
Eventualy they will go in the repo.dir. but the lib dir will do for now.

Added: incubator/depot/trunk/update/build-get-depends.xml
==============================================================================
--- (empty file)
+++ incubator/depot/trunk/update/build-get-depends.xml	Thu May 13 00:02:04 2004
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--$Header: $-->
+<!--This is a autogenerated file designed to be checked in to Source Control-->
+<project name="" default="get-all">
+   <target name="get-all" depends="get-log4j,get-commons-vfs,get-commons-logging,get-commons-httpclient,get-depot-common,get-depot-version"/>
+
+   <target name="get-log4j">
+      <get usetimestamp="true" verbose="true" dest="lib/log4j-1.2.jar" src="lib/http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.8.jar"/>
+   </target>
+
+   <target name="get-commons-vfs">
+      <get usetimestamp="true" verbose="true" dest="lib/commons-vfs-20030518103800.jar" src="lib/http://www.ibiblio.org/maven/commons-vfs/jars/commons-vfs-20030518103800.jar"/>
+   </target>
+
+   <target name="get-commons-logging">
+      <get usetimestamp="true" verbose="true" dest="lib/commons-logging-null.jar" src="lib/http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1-dev.jar"/>
+   </target>
+
+   <target name="get-commons-httpclient">
+      <get usetimestamp="true" verbose="true" dest="lib/commons-httpclient-2.0.jar" src="lib/http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar"/>
+   </target>
+
+   <target name="get-depot-common">
+      <get usetimestamp="true" verbose="true" dest="lib/depot-common-null.jar" src="lib/http://cvs.apache.org/~nickchalko/SNAPSHOTS/depot-common/jars/depot-common-0.1-dev-20040424.jar"/>
+   </target>
+
+   <target name="get-depot-version">
+      <get usetimestamp="true" verbose="true" dest="lib/depot-version-null.jar" src="lib/http://cvs.apache.org/~nickchalko/SNAPSHOTS/depot-version/jars/depot-version-dev-20040313.jar"/>
+   </target>
+
+</project>
\ No newline at end of file