Remove additional mxmlc buld of Flow.swf from testApps target in build.xml
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/9c449d82 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/9c449d82 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/9c449d82 Branch: refs/heads/tables Commit: 9c449d82d54a2d00859bba73cc9cf4d739171af0 Parents: 620baf2 Author: piotrz <[email protected]> Authored: Mon Oct 20 20:58:38 2014 +0200 Committer: piotrz <[email protected]> Committed: Mon Oct 20 20:58:38 2014 +0200 ---------------------------------------------------------------------- build.xml | 24 ------------------------ 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/9c449d82/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 761f299..e6c7eaf 100644 --- a/build.xml +++ b/build.xml @@ -194,30 +194,6 @@ </target> <target name="testApps" description="Builds TLF test application"> - <mxmlc fork="${forkValue}" file="${testApps.dir}/src/flowCss.css" - keep-generated-actionscript="false" - output="${output.dir}/apps/automation_apps/bin/Flow.swf"> - <jvmarg line="${jvm.args}"/> - <library-path/> - <library-path dir="${output.dir}" includes="textLayout.swc" append="true"/> - <library-path dir="${output.dir}/apps/testApps/bin" includes="textLayout_ui.swc" append="true"/> - <library-path dir="${output.dir}/apps/testApps/bin" includes="textLayout_editBar.swc" append="true"/> - - <!-- <library-path dir="${flex.sdk.frameworks}/libs/" includes="flex.swc" append="true"/> --><!-- for Flex SDK 4.0 --> - <library-path dir="${flex.sdk.frameworks}/libs/mx/" includes="mx.swc" append="true"/><!-- for Flex SDK 4.5 --> - - <library-path dir="${flex.sdk.frameworks}/libs/" includes="flex4.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/libs/" includes="framework.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/libs/" includes="rpc.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/libs/" includes="spark.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/libs/" includes="sparkskins.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/locale/${flex.locale}/" includes="framework_rb.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/locale/${flex.locale}/" includes="spark_rb.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/locale/${flex.locale}/" includes="rpc_rb.swc" append="true"/> - <library-path dir="${flex.sdk.frameworks}/locale/${flex.locale}/" includes="flex4_rb.swc" append="true"/> - <static-link-runtime-shared-libraries/> - </mxmlc> - <mxmlc fork="${forkValue}" file="${testApps.dir}/src/Flow.mxml" keep-generated-actionscript="false" output="${output.dir}/apps/automation_apps/bin/Flow.swf">
