Skip to content

Commit

Permalink
Add flexUnitTasks.jar and flex unit swcs for building purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Oct 5, 2014
1 parent ec9e095 commit 6cc1110
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -27,7 +27,6 @@ gen

#Apache Flex Projects
lib/
libs/
in/
swfobject/
ide/
Expand Down Expand Up @@ -101,9 +100,7 @@ _ReSharper*/
*.com
*.exe
*.class
*.jar
*.swf
*.swc

#Compressed Files
*.zip
Expand Down
Binary file added ant/flexUnitTasks.jar
Binary file not shown.
Binary file removed automation_core/libs/flexunit.swc
Binary file not shown.
Binary file removed automation_tests/libs/flexunit.swc
Binary file not shown.
14 changes: 7 additions & 7 deletions build.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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}"/>
Expand All @@ -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 -->

Expand Down Expand Up @@ -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 -->
Expand Down
Binary file added libs/flexunit-cilistener.swc
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 6cc1110

Please sign in to comment.