Repository: flex-flexunit
Updated Branches:
  refs/heads/develop a4cfe6184 -> 2e5b29bf9


another attempt to fix build


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/2e5b29bf
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/2e5b29bf
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/2e5b29bf

Branch: refs/heads/develop
Commit: 2e5b29bf99c3c2427d0effbfbceb8971f18d5522
Parents: a4cfe61
Author: Alex Harui <[email protected]>
Authored: Mon Dec 28 23:51:46 2015 -0800
Committer: Alex Harui <[email protected]>
Committed: Mon Dec 28 23:51:46 2015 -0800

----------------------------------------------------------------------
 FlexUnit4Test/downloads.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/2e5b29bf/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index 1d1ef3d..d9e32a2 100644
--- a/FlexUnit4Test/downloads.xml
+++ b/FlexUnit4Test/downloads.xml
@@ -134,12 +134,12 @@
      </target> 
        
     <target name="copy-before-get" depends="copy-exists" if="have-copy">
-        <copy file="${basedir}/../FlexUnit4/libs/hamcrest-as3-flex-1.1.3.swc"
-            tofile="${basedir}/libs/hamcrest-as3-flex-1.1.3.swc" />
+        <copy file="${basedir}/../FlexUnit4/in/hamcrest-as3-flex-1.1.3.zip"
+            tofile="${basedir}/in/hamcrest-as3-flex-1.1.3.zip" />
     </target>
     <target name="copy-exists" >
         <condition property="have-copy">
-            <available 
file="${basedir}/../FlexUnit4/libs/hamcrest-as3-flex-1.1.3.swc" />
+            <available 
file="${basedir}/../FlexUnit4/in/hamcrest-as3-flex-1.1.3.zip" />
         </condition>
     </target>
     

Reply via email to