You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/01/25 01:14:40 UTC

svn commit: r1438275 - /flex/sdk/branches/develop/frameworks/build.xml

Author: jmclean
Date: Fri Jan 25 00:14:39 2013
New Revision: 1438275

URL: http://svn.apache.org/viewvc?rev=1438275&view=rev
Log:
added no.thirdparty-clean option

Modified:
    flex/sdk/branches/develop/frameworks/build.xml

Modified: flex/sdk/branches/develop/frameworks/build.xml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/frameworks/build.xml?rev=1438275&r1=1438274&r2=1438275&view=diff
==============================================================================
--- flex/sdk/branches/develop/frameworks/build.xml (original)
+++ flex/sdk/branches/develop/frameworks/build.xml Fri Jan 25 00:14:39 2013
@@ -73,7 +73,7 @@
         <touch file="winFonts.ser"/>
     </target>
         
-    <target name="thirdparty-downloads" description="Downloads all the required thirdparty code.">
+    <target name="thirdparty-downloads" unless="no.thirdparty-clean" description="Downloads all the required thirdparty code.">
         <ant antfile="${basedir}/downloads.xml" dir="${basedir}"/>
     </target>