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/12 23:50:30 UTC

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

Author: nickchalko
Date: Wed May 12 16:50:29 2004
New Revision: 10608

Modified:
   incubator/depot/trunk/update/build.xml
Log:
Needs to bater the java antlet

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Wed May 12 16:50:29 2004
@@ -54,14 +54,7 @@
 	<available property="vfs.present"
 	           classname="org.apache.commons.vfs"
 	           classpathref="depot-update.classpath" />
-
-	<selector id="conditional.compile">
-		<not>
-			<or>
-				<selector refid="needs.vfs" unless="vfs.present" />
-			</or>
-		</not>
-	</selector>
+  
 
 	<property name="java.antlet:conditional.compile" value="true" />
 
@@ -77,8 +70,15 @@
 
 	<importer name="depot-version-0.1" />
 
-
-
+  <!-- note this must  be after the java antlet-->
+  <selector id="conditional.compile">
+        <not>
+            <or>
+                <selector refid="needs.vfs" unless="vfs.present" />
+            </or>
+        </not>
+    </selector>
+    
 
 
 	<target name="all" depends="compile" />