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:53:28 UTC

svn commit: rev 10558 - incubator/depot/trunk/update/src/sample/CachedResourceSet

Author: nickchalko
Date: Fri May  7 00:53:27 2004
New Revision: 10558

Modified:
   incubator/depot/trunk/update/src/sample/CachedResourceSet/build.xml
Log:

Update path.

Modified: incubator/depot/trunk/update/src/sample/CachedResourceSet/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/sample/CachedResourceSet/build.xml	(original)
+++ incubator/depot/trunk/update/src/sample/CachedResourceSet/build.xml	Fri May  7 00:53:27 2004
@@ -17,10 +17,10 @@
 
 
 	<path id="update.classpath">
-		<fileset dir="../../lib">
+		<fileset dir="../../../lib">
 			<include name="*.jar" />
 		</fileset>
-		<pathelement location="../../build/depot-update/classes" />
+		<pathelement location="../../../build/depot-update/classes" />
 	</path>
 
 	<typedef resource="depot-update-antlib.xml" classpathref="update.classpath" />