Add flexUnitTasks.jar and flex unit swcs for building purposes
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/6cc11105 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/6cc11105 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/6cc11105 Branch: refs/heads/develop Commit: 6cc11105bd403aa4e291a7965aa3afa985452247 Parents: ec9e095 Author: piotrz <[email protected]> Authored: Sun Oct 5 10:54:35 2014 +0200 Committer: piotrz <[email protected]> Committed: Sun Oct 5 10:54:35 2014 +0200 ---------------------------------------------------------------------- .gitignore | 3 --- ant/flexUnitTasks.jar | Bin 0 -> 599170 bytes automation_apps/libs/flexunit-uilistener.swc | Bin 495744 -> 0 bytes automation_apps/libs/flexunit.swc | Bin 197571 -> 0 bytes automation_core/libs/flexunit.swc | Bin 197571 -> 0 bytes automation_tests/libs/flexunit.swc | Bin 197571 -> 0 bytes build.xml | 14 +++++++------- libs/flexunit-cilistener.swc | Bin 0 -> 105339 bytes libs/flexunit-uilistener.swc | Bin 0 -> 495744 bytes libs/flexunit.swc | Bin 0 -> 197571 bytes 10 files changed, 7 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index ce2facb..dfc565c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ gen #Apache Flex Projects lib/ -libs/ in/ swfobject/ ide/ @@ -101,9 +100,7 @@ _ReSharper*/ *.com *.exe *.class -*.jar *.swf -*.swc #Compressed Files *.zip http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/ant/flexUnitTasks.jar ---------------------------------------------------------------------- diff --git a/ant/flexUnitTasks.jar b/ant/flexUnitTasks.jar new file mode 100644 index 0000000..22f71dd Binary files /dev/null and b/ant/flexUnitTasks.jar differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/automation_apps/libs/flexunit-uilistener.swc ---------------------------------------------------------------------- diff --git a/automation_apps/libs/flexunit-uilistener.swc b/automation_apps/libs/flexunit-uilistener.swc deleted file mode 100644 index df5bdd8..0000000 Binary files a/automation_apps/libs/flexunit-uilistener.swc and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/automation_apps/libs/flexunit.swc ---------------------------------------------------------------------- diff --git a/automation_apps/libs/flexunit.swc b/automation_apps/libs/flexunit.swc deleted file mode 100644 index 0722885..0000000 Binary files a/automation_apps/libs/flexunit.swc and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/automation_core/libs/flexunit.swc ---------------------------------------------------------------------- diff --git a/automation_core/libs/flexunit.swc b/automation_core/libs/flexunit.swc deleted file mode 100644 index 0722885..0000000 Binary files a/automation_core/libs/flexunit.swc and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/automation_tests/libs/flexunit.swc ---------------------------------------------------------------------- diff --git a/automation_tests/libs/flexunit.swc b/automation_tests/libs/flexunit.swc deleted file mode 100644 index 0722885..0000000 Binary files a/automation_tests/libs/flexunit.swc and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 50784cd..c246965 100644 --- a/build.xml +++ b/build.xml @@ -64,8 +64,8 @@ <taskdef resource="flexTasks.tasks" classpathref="flexTasks.path"/> <taskdef resource="flexUnitTasks.tasks"> <classpath> - <fileset dir="${FLEX_HOME}"> - <include name="lib/flexUnitTasks-4.2.0-20140317.jar" /> + <fileset dir="${basedir}"> + <include name="ant/flexUnitTasks.jar" /> </fileset> </classpath> </taskdef> @@ -303,7 +303,7 @@ <external-library-path dir="${flex.sdk.frameworks}/libs/" includes="framework.swc" append="true"/> <!-- External swcs --> - <external-library-path dir="${automation_core.dir}/libs/" includes="flexunit.swc" append="true"/> + <external-library-path dir="${basedir}/libs/" includes="flexunit.swc" append="true"/> <static-link-runtime-shared-libraries/> <define name="CONFIG::debug" value="${dbg}"/> @@ -319,7 +319,7 @@ <library-path/> <external-library-path dir="${output.dir}" includes="textLayout.swc" append="true"/> <external-library-path dir="${output.dir}/apps/automation_apps/bin" includes="automation_core.swc" append="true"/> - <external-library-path dir="${automation_core.dir}/libs" includes="flexunit.swc" append="true"/> + <external-library-path dir="${basedir}/libs" includes="flexunit.swc" append="true"/> <!-- External swcs --> @@ -351,9 +351,9 @@ <library-path dir="${output.dir}" includes="textLayout.swc" append="true"/> <library-path dir="${output.dir}/apps/automation_apps/bin" includes="automation_core.swc" append="true"/> <library-path dir="${output.dir}/apps/automation_apps/bin" includes="automation_tests.swc" append="true"/> - <library-path dir="${automation_apps.dir}/libs" includes="flexunit.swc" append="true"/> - <library-path dir="${automation_apps.dir}/libs" includes="flexunit-uilistener.swc" append="true"/> - <library-path dir="${automation_apps.dir}/libs" includes="flexunit-cilistener.swc" append="true"/> + <library-path dir="${basedir}/libs" includes="flexunit.swc" append="true"/> + <library-path dir="${basedir}/libs" includes="flexunit-uilistener.swc" append="true"/> + <library-path dir="${basedir}/libs" includes="flexunit-cilistener.swc" append="true"/> <!-- External swcs --> <library-path dir="${flex.sdk.frameworks}/libs/mx/" includes="mx.swc" append="true"/><!-- for Flex SDK 4.5 --> http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/libs/flexunit-cilistener.swc ---------------------------------------------------------------------- diff --git a/libs/flexunit-cilistener.swc b/libs/flexunit-cilistener.swc new file mode 100644 index 0000000..a1e51d2 Binary files /dev/null and b/libs/flexunit-cilistener.swc differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/libs/flexunit-uilistener.swc ---------------------------------------------------------------------- diff --git a/libs/flexunit-uilistener.swc b/libs/flexunit-uilistener.swc new file mode 100644 index 0000000..df5bdd8 Binary files /dev/null and b/libs/flexunit-uilistener.swc differ http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/6cc11105/libs/flexunit.swc ---------------------------------------------------------------------- diff --git a/libs/flexunit.swc b/libs/flexunit.swc new file mode 100644 index 0000000..0722885 Binary files /dev/null and b/libs/flexunit.swc differ
