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/23 06:17:43 UTC

svn commit: rev 23187 - in incubator/depot/trunk/update/src: resources resources/test resources/test/repo resources/test/repo/helloworld resources/test/repo/helloworld/jars test/org/apache/depot/update/ant/cache

Author: nickchalko
Date: Thu Jul 22 23:17:42 2004
New Revision: 23187

Added:
   incubator/depot/trunk/update/src/resources/
   incubator/depot/trunk/update/src/resources/test/
   incubator/depot/trunk/update/src/resources/test/repo/
   incubator/depot/trunk/update/src/resources/test/repo/helloworld/
   incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/
   incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.0.jar
   incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar
   incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.2.jar
Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
Log:
Added the test repo.  test1 is passing again.

Added: incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.0.jar
==============================================================================

Added: incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar
==============================================================================

Added: incubator/depot/trunk/update/src/resources/test/repo/helloworld/jars/helloworld-1.2.jar
==============================================================================

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	Thu Jul 22 23:17:42 2004
@@ -17,7 +17,7 @@
 -->
 <project name="updateModule-test" basedir="../../../../../../../../" default="test1">
 	<property name="localtest.dir" value="${basedir}/src/resources/test/repo" />
-	<mkdir dir="${localtest.dir}"/>
+	
 
 
 	<property name="depot.home" value="${basedir}/build/depot-home" />