You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/06 13:24:50 UTC

[06/10] git commit: [flex-asjs] [refs/heads/develop] - Forgot to include the 'mx' target.

Forgot to include the 'mx' target.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/37323f4b
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/37323f4b
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/37323f4b

Branch: refs/heads/develop
Commit: 37323f4bfc076a236f4a8d5e3ee8f942293c8a45
Parents: 0b812b3
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue Aug 5 15:17:39 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Aug 5 15:17:39 2014 +0200

----------------------------------------------------------------------
 vf2js/frameworks/as/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/37323f4b/vf2js/frameworks/as/build.xml
----------------------------------------------------------------------
diff --git a/vf2js/frameworks/as/build.xml b/vf2js/frameworks/as/build.xml
index 84cb8f6..b6a6869 100644
--- a/vf2js/frameworks/as/build.xml
+++ b/vf2js/frameworks/as/build.xml
@@ -29,6 +29,7 @@
   </target>
 
   <target name="clean" description="Cleans all artefacts">
+    <ant dir="${basedir}/projects/vf2js_mx" target="clean" />
     <ant dir="${basedir}/projects/vf2js_s" target="clean" />
     
     <delete dir="${basedir}/libs" />