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 07:11:50 UTC

svn commit: rev 30910 - incubator/depot/trunk/version

Author: nickchalko
Date: Thu Jul 29 00:11:49 2004
New Revision: 30910

Modified:
   incubator/depot/trunk/version/build-get-depot-version-jars.xml
Log:
updated depenendicies.

Modified: incubator/depot/trunk/version/build-get-depot-version-jars.xml
==============================================================================
--- incubator/depot/trunk/version/build-get-depot-version-jars.xml	(original)
+++ incubator/depot/trunk/version/build-get-depot-version-jars.xml	Thu Jul 29 00:11:49 2004
@@ -1,35 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--$Id: $-->
-<!--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" />
-	<fileset id="depot-version.dependent.jars.fileset" dir="${repository.dir}">
-		<include name="servletapi/jars/servletapi-2.3.jar" />
-		<include name="junit/jars/junit-3.8.jar" />				
-		<include name="ant/jars/ant-1.6.1.jar" />
-	</fileset>
-	<target name="get-all"
-	        depends="get-servletapi,get-junit,get-ant"/>
-	<target name="get-servletapi">
-		<mkdir dir="${repository.dir}/servletapi/jars/" />
-		<get verbose="true"
-		     usetimestamp="true"
-		     dest="${repository.dir}/servletapi/jars/servletapi-2.3.jar"
-		     src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.3.jar" />
-	</target>
-	<target name="get-junit">
-		<mkdir dir="${repository.dir}/junit/jars/" />
-		<get verbose="true"
-		     usetimestamp="true"
-		     dest="${repository.dir}/junit/jars/junit-3.8.jar"
-		     src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.jar" />
-	</target>
-	<target name="get-ant">
-		<mkdir dir="${repository.dir}/ant/jars/" />
-		<get verbose="true"
-		     usetimestamp="true"
-		     dest="${repository.dir}/ant/jars/ant-1.6.1.jar"
-		     src="http://www.ibiblio.org/maven/ant/jars/ant-1.6.1.jar" />
-	</target>		
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--$Id: $-->
+<!--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"/>
+<fileset id="depot-version.dependent.jars.fileset" dir="${repository.dir}">
+<include name="servletapi/jars/servletapi-2.3.jar"/>
+<include name="junit/jars/junit-3.8.1.jar"/>
+<include name="ant/jars/ant-1.6.2.jar"/>
+</fileset>
+<target name="get-all" depends="get-depot-version.dependent.jars"/>
+<target name="get-depot-version.dependent.jars" depends="get-servletapi,get-junit,get-ant"/>
+    <target name="get-servletapi">
+<mkdir dir="${repository.dir}/servletapi/jars/"/>
+<get verbose="true" usetimestamp="true" dest="${repository.dir}/servletapi/jars/servletapi-2.3.jar" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.3.jar"/>
+</target>
+    <target name="get-junit">
+<mkdir dir="${repository.dir}/junit/jars/"/>
+<get verbose="true" usetimestamp="true" dest="${repository.dir}/junit/jars/junit-3.8.1.jar" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
+</target>
+    <target name="get-ant">
+<mkdir dir="${repository.dir}/ant/jars/"/>
+<get verbose="true" usetimestamp="true" dest="${repository.dir}/ant/jars/ant-1.6.2.jar" src="http://www.ibiblio.org/maven/ant/jars/ant-1.6.2.jar"/>
+</target>
+</project>