Repository: flex-asjs Updated Branches: refs/heads/dual 169652bfc -> cd01f3b58
fix checkintests Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cd01f3b5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cd01f3b5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cd01f3b5 Branch: refs/heads/dual Commit: cd01f3b58ffa5ff9a4fa1ab84733f31c70e11a45 Parents: 169652b Author: Alex Harui <[email protected]> Authored: Mon Mar 6 10:05:11 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Mar 6 10:05:11 2017 -0800 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cd01f3b5/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e995fcc..11b8027 100644 --- a/build.xml +++ b/build.xml @@ -1403,11 +1403,11 @@ closure-lib="${env.GOOG_HOME}" file="${basedir}/mustella/tests/basicTests/BasicTestsApp.mxml"> <jvmarg line="${mxmlc.jvm.args}"/> - <library-path dir="${FLEX_SDK_HOME}" append="true"> + <swf-library-path dir="${FLEX_SDK_HOME}" append="true"> <include name="mustella/mustella.swc"/> <include name="frameworks/libs/framework.swc"/> <include name="frameworks/locale/en_US/framework_rb.swc"/> - </library-path> + </swf-library-path> <js-external-library-path dir="${env.PLAYERGLOBAL_HOME}"> <include name="${playerglobal.version}/playerglobal.swc"/> </js-external-library-path>
