You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/04/08 13:19:43 UTC

[40/43] git commit: [flex-asjs] [refs/heads/e4x] - try to fix 'all' target

try to fix 'all' target


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

Branch: refs/heads/e4x
Commit: 781d38ebcc7c6e4f2c71ffddb39e61061d504c6f
Parents: 894b526
Author: Alex Harui <ah...@apache.org>
Authored: Sat Apr 2 21:41:32 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Apr 2 21:41:47 2016 -0700

----------------------------------------------------------------------
 build.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/781d38eb/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 651468c..89d5e5c 100644
--- a/build.xml
+++ b/build.xml
@@ -1706,9 +1706,8 @@
             />
         <ant dir="${base.folder.name}/flex-sdk" />
         <property name="javadoc.zip.uptodate" value="set" /> <!-- javadoc fails on windows? -->
-        <ant dir="${base.folder.name}/flex-falcon/compiler" />
-        <ant dir="${base.folder.name}/flex-falcon/compiler.jx" />
-        <ant dir="${base.folder.name}/flex-flexunit" />
+        <ant dir="${base.folder.name}/flex-falcon" target="all" />
+        <ant dir="${base.folder.name}/flex-flexunit" inheritAll="false" />
     </target>
     
     <target name="all" depends="set.base.folder, download-all, main" />