Repository: flex-asjs Updated Branches: refs/heads/develop 1c9786dd6 -> 0a2709e6c
clean up more manualtest builds Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0a2709e6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0a2709e6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0a2709e6 Branch: refs/heads/develop Commit: 0a2709e6c9f930343ac6201a17a3a8816bd75d36 Parents: 0f23c52 Author: Alex Harui <[email protected]> Authored: Mon Jan 11 08:40:30 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Jan 11 10:06:14 2016 -0800 ---------------------------------------------------------------------- manualtests/build_example.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0a2709e6/manualtests/build_example.xml ---------------------------------------------------------------------- diff --git a/manualtests/build_example.xml b/manualtests/build_example.xml index 30a8639..8debcd6 100644 --- a/manualtests/build_example.xml +++ b/manualtests/build_example.xml @@ -256,9 +256,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="-external-js-lib=${FLEXJS_HOME}/frameworks/js/FlexJS/libs/jquery_externals.js" /> - <arg value="-external-js-lib=${FLEXJS_HOME}/frameworks/js/FlexJS/libs/createjs_externals.js" /> - <arg value="${basedir}/src/${example}.as" /> + <arg value="${basedir}/src/${example}.as" /> </java> <fail> <condition>
