[Swift-commit] r2088 - trunk
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Jul 7 07:36:27 CDT 2008
Author: benc
Date: 2008-07-07 07:36:26 -0500 (Mon, 07 Jul 2008)
New Revision: 2088
Modified:
trunk/dependencies.xml
Log:
add build option for provider-wonky
Modified: trunk/dependencies.xml
===================================================================
--- trunk/dependencies.xml 2008-07-07 12:34:25 UTC (rev 2087)
+++ trunk/dependencies.xml 2008-07-07 12:36:26 UTC (rev 2088)
@@ -13,6 +13,7 @@
<antcall target="provider-deef"/>
<antcall target="provider-coaster"/>
<antcall target="provider-condor"/>
+ <antcall target="provider-wonky"/>
</target>
<target name="provider-deef" if="with-provider-deef">
@@ -30,4 +31,9 @@
<property name="module" value="provider-condor"/>
</ant>
</target>
+ <target name="provider-wonky" if="with-provider-wonky">
+ <ant antfile="${main.buildfile}" target="dep">
+ <property name="module" value="provider-wonky"/>
+ </ant>
+ </target>
</project>
More information about the Swift-commit
mailing list