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/07 07:40:48 UTC

svn commit: rev 10555 - incubator/depot/trunk/update/src/test/org/apache/depot/update/ant

Author: nickchalko
Date: Fri May  7 00:40:47 2004
New Revision: 10555

Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml
Log:
Whitespace matters.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/test1-export.build.xml	Fri May  7 00:40:47 2004
@@ -1,5 +1,5 @@
 <chachedresourceset id="test1">
-    <resource name="helloworld" 
-              version="1.1" 
-              href="file://C:/workspace/depot-update/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
+<resource name="helloworld" 
+          version="1.1" 
+          href="file://@basedir@/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
 </chachedresourceset >