[Swift-commit] r2323 - trunk
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Nov 4 14:54:54 CST 2008
Author: hategan
Date: 2008-11-04 14:54:53 -0600 (Tue, 04 Nov 2008)
New Revision: 2323
Modified:
trunk/dependencies.xml
Log:
build coasters automatically; this time in the right place
Modified: trunk/dependencies.xml
===================================================================
--- trunk/dependencies.xml 2008-11-03 23:53:33 UTC (rev 2322)
+++ trunk/dependencies.xml 2008-11-04 20:54:53 UTC (rev 2323)
@@ -10,8 +10,13 @@
<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-dcache"/>
</ant>
+ <ant antfile="${main.buildfile}" target="dep">
+ <property name="module" value="provider-wonky"/>
+ </ant>
+ <ant antfile="${main.buildfile}" target="dep">
+ <property name="module" value="provider-coaster"/>
+ </ant>
<antcall target="provider-deef"/>
- <antcall target="provider-coaster"/>
<antcall target="provider-condor"/>
<antcall target="provider-wonky"/>
</target>
@@ -21,11 +26,6 @@
<property name="module" value="provider-deef"/>
</ant>
</target>
- <target name="provider-coaster" if="with-provider-coaster">
- <ant antfile="${main.buildfile}" target="dep">
- <property name="module" value="provider-coaster"/>
- </ant>
- </target>
<target name="provider-condor" if="with-provider-condor">
<ant antfile="${main.buildfile}" target="dep">
<property name="module" value="provider-condor"/>
More information about the Swift-commit
mailing list