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/d7c7b9ae Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d7c7b9ae Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d7c7b9ae Branch: refs/heads/release0.8.0 Commit: d7c7b9ae65bff55c2710a10032f1a39c04fe83dc Parents: 9fb516c Author: Alex Harui <[email protected]> Authored: Fri Jun 9 12:14:21 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 9 12:14:21 2017 -0700 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d7c7b9ae/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index a040a8c..4eb2bbb 100644 --- a/build.xml +++ b/build.xml @@ -1431,11 +1431,11 @@ closure-lib="${env.GOOG_HOME}" file="${basedir}/mustella/tests/basicTests/BasicTestsApp.mxml"> <jvmarg line="${mxmlc.jvm.args}"/> - <swf-library-path dir="${FLEX_SDK_HOME}" append="true"> + <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"/> - </swf-library-path> + </library-path> <js-external-library-path dir="${basedir}"> <include name="js/libs/js.swc"/> </js-external-library-path>
