don't use TestTarget.as anymore
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/54c0b3bb Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/54c0b3bb Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/54c0b3bb Branch: refs/heads/develop Commit: 54c0b3bbfc7631c236543217505a0aa152038f88 Parents: d7933af Author: Alex Harui <[email protected]> Authored: Wed Dec 11 12:57:48 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 11 12:57:48 2013 -0800 ---------------------------------------------------------------------- ant_on_air/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/54c0b3bb/ant_on_air/build.xml ---------------------------------------------------------------------- diff --git a/ant_on_air/build.xml b/ant_on_air/build.xml index f58c16d..8d6d5fc 100644 --- a/ant_on_air/build.xml +++ b/ant_on_air/build.xml @@ -106,6 +106,7 @@ </target> <target name="test" > + <!-- TestTarget is probably obsolete <mxmlc file="${basedir}/tests/TestTarget.as" output="${basedir}/tests/TestTarget.swf" debug="${DEBUG_FLAG}" @@ -115,6 +116,7 @@ <load-config filename="${FLEX_HOME}/frameworks/air-config.xml"/> <source-path path-element="${SOURCE_DIR}"/> </mxmlc> + --> <mxmlc file="${basedir}/tests/AntTest.mxml" output="${basedir}/tests/AntTest.swf" debug="${DEBUG_FLAG}"
