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/13 05:38:54 UTC

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

Author: nickchalko
Date: Wed May 12 22:38:54 2004
New Revision: 10615

Modified:
   incubator/depot/trunk/update/build.xml
Log:
Fixed the VFS class to look for.

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Wed May 12 22:38:54 2004
@@ -48,18 +48,12 @@
 
 
 	<selector id="needs.vfs">
-		<!-- list the files that NEED vfs to compile -->
 		<filename name="org/**/*Vfs*.java" casesensitive="false"  />
 	</selector>
 	<available property="vfs.present"
-	           classname="org.apache.commons.vfs"
+	           classname="org.apache.commons.vfs.VFS"
 	           classpathref="depot-update.classpath" />
   
-
-	<property name="java.antlet:conditional.compile" value="true" />
-
-
-
 
 	<importer name="init-0.1" href="${antlets.repo}" />
 	<importer name="java-0.1" href="${antlets.repo}" />