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 21:10:12 UTC

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

Author: nickchalko
Date: Fri May 14 14:10:12 2004
New Revision: 10654

Modified:
   incubator/depot/trunk/update/build-ant-get.xml
Log:
Testing

Modified: incubator/depot/trunk/update/build-ant-get.xml
==============================================================================
--- incubator/depot/trunk/update/build-ant-get.xml	(original)
+++ incubator/depot/trunk/update/build-ant-get.xml	Fri May 14 14:10:12 2004
@@ -8,11 +8,11 @@
 	<path id="bar">
 		<fileset id="depot-update.dependent.jars.fileset"
 		         dir="${repository.dir}">
-			<include name="log4j/jars/log4j-1.2.jars" />
-			<include name="commons-vfs/jars/commons-vfs-20030518103800.jars" />
-			<include name="commons-logging/jars/commons-logging-null.jars" />
-			<include name="commons-httpclient/jars/commons-httpclient-2.0.jars" />
-			<include name="regexp/jars/regexp-null.jars" />
+			<include name="log4j/jars/log4j-1.2.jar" />
+			<include name="commons-vfs/jars/commons-vfs-20030518103800.jar" />
+			<include name="commons-logging/jars/commons-logging-null.jar" />
+			<include name="commons-httpclient/jars/commons-httpclient-2.0.jar" />
+			<include name="regexp/jars/regexp-null.jar" />
 		</fileset>
 	</path>
 	<target name="get-all"