Author: cframpton
Date: Tue Nov 27 15:45:57 2012
New Revision: 1414231
URL: http://svn.apache.org/viewvc?rev=1414231&view=rev
Log:
Make mxmlc executable, super-clean should call downloads clean, and in
shouldn't be a directory in svn.
Removed:
incubator/flex/falcon/trunk/compiler.js/in/
Modified:
incubator/flex/falcon/trunk/compiler.js/bin/mxmlc (props changed)
incubator/flex/falcon/trunk/compiler.js/build.xml
Propchange: incubator/flex/falcon/trunk/compiler.js/bin/mxmlc
------------------------------------------------------------------------------
svn:executable = *
Modified: incubator/flex/falcon/trunk/compiler.js/build.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.js/build.xml?rev=1414231&r1=1414230&r2=1414231&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.js/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler.js/build.xml Tue Nov 27 15:45:57 2012
@@ -244,6 +244,7 @@
<delete failonerror="false" quiet="true" includeemptydirs="true">
<fileset dir="${lib}" />
</delete>
+ <ant antfile="${basedir}/downloads.xml" dir="${basedir}"
target="clean"/>
</target>
<!-- clean -->