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/11 00:48:36 UTC

[25/49] git commit: [flex-asjs] [refs/heads/develop] - use all for falcon

use all for falcon


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

Branch: refs/heads/develop
Commit: c7fd667c87e32e8fba6c8e94f18a9d1a17846068
Parents: 7a6f915
Author: Alex Harui <ah...@apache.org>
Authored: Tue Feb 16 00:17:18 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Feb 16 00:17:18 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c7fd667c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 465b13a..609f416 100644
--- a/build.xml
+++ b/build.xml
@@ -1690,8 +1690,7 @@
             />
         <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-falcon" target="all" />
         <ant dir="${base.folder.name}/flex-flexunit" />
     </target>