handle location of js.swc when running approval script
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9f707309 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9f707309 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9f707309 Branch: refs/heads/core_js_to_as Commit: 9f707309d428a2796d6925240e263fc88f64aca9 Parents: 029eece Author: Alex Harui <aha...@apache.org> Authored: Thu Oct 15 10:03:38 2015 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Thu Oct 15 10:03:38 2015 -0700 ---------------------------------------------------------------------- examples/native/ButtonExample/build.xml | 5 +++++ examples/native/USStatesMap/build.xml | 5 +++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9f707309/examples/native/ButtonExample/build.xml ---------------------------------------------------------------------- diff --git a/examples/native/ButtonExample/build.xml b/examples/native/ButtonExample/build.xml index 7c4b49d..2d99e0f 100644 --- a/examples/native/ButtonExample/build.xml +++ b/examples/native/ButtonExample/build.xml @@ -67,6 +67,11 @@ property="JS.SWC" value="${FALCONJX_HOME}/../externs/js/out/bin/js.swc" /> + <available file="${FALCONJX_HOME}/libs/js.swc" + type="file" + property="JS.SWC" + value="${FALCONJX_HOME}/libs/js.swc" /> + <path id="lib.path"> <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> </path> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9f707309/examples/native/USStatesMap/build.xml ---------------------------------------------------------------------- diff --git a/examples/native/USStatesMap/build.xml b/examples/native/USStatesMap/build.xml index 000251e..e2724f5 100644 --- a/examples/native/USStatesMap/build.xml +++ b/examples/native/USStatesMap/build.xml @@ -67,6 +67,11 @@ property="JS.SWC" value="${FALCONJX_HOME}/../externs/js/out/bin/js.swc" /> + <available file="${FALCONJX_HOME}/libs/js.swc" + type="file" + property="JS.SWC" + value="${FALCONJX_HOME}/libs/js.swc" /> + <path id="lib.path"> <fileset dir="${FALCON_HOME}/lib" includes="falcon-flexTasks.jar"/> </path>