Repository: flex-asjs Updated Branches: refs/heads/develop 998c8c5af -> 5bc85ae22
fix ant build for native examples Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5bc85ae2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5bc85ae2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5bc85ae2 Branch: refs/heads/develop Commit: 5bc85ae223b2948ffc5e3ff017de10c80a42ce74 Parents: 998c8c5 Author: Alex Harui <[email protected]> Authored: Thu Mar 9 09:39:40 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Mar 9 09:39:40 2017 -0800 ---------------------------------------------------------------------- examples/native/ButtonExample/build.xml | 2 +- examples/native/USStatesMap/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bc85ae2/examples/native/ButtonExample/build.xml ---------------------------------------------------------------------- diff --git a/examples/native/ButtonExample/build.xml b/examples/native/ButtonExample/build.xml index b36117a..79d3a49 100644 --- a/examples/native/ButtonExample/build.xml +++ b/examples/native/ButtonExample/build.xml @@ -83,7 +83,7 @@ <arg value="-js-output-type=FLEXJS" /> <arg value="-closure-lib=${GOOG_HOME}" /> <arg value="-sdk-js-lib=${FLEXJS_HOME}/frameworks/js/FlexJS/libs" /> - <arg value="${basedir}/src/${example}.as" /> + <arg value="${basedir}/src/main/flex/${example}.as" /> </java> <fail> <condition> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bc85ae2/examples/native/USStatesMap/build.xml ---------------------------------------------------------------------- diff --git a/examples/native/USStatesMap/build.xml b/examples/native/USStatesMap/build.xml index 1b3c8a1..ebb9478 100644 --- a/examples/native/USStatesMap/build.xml +++ b/examples/native/USStatesMap/build.xml @@ -83,7 +83,7 @@ <arg value="-js-output-type=FLEXJS" /> <arg value="-closure-lib=${GOOG_HOME}" /> <arg value="-sdk-js-lib=${FLEXJS_HOME}/frameworks/js/FlexJS/libs" /> - <arg value="${basedir}/src/${example}.as" /> + <arg value="${basedir}/src/main/flex/${example}.as" /> </java> <fail> <condition>
