Repository: flex-asjs
Updated Branches:
  refs/heads/develop 894b5264e -> 781d38ebc


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/develop
Commit: 781d38ebcc7c6e4f2c71ffddb39e61061d504c6f
Parents: 894b526
Author: Alex Harui <[email protected]>
Authored: Sat Apr 2 21:41:32 2016 -0700
Committer: Alex Harui <[email protected]>
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" />

Reply via email to