You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/24 23:42:12 UTC

git commit: [flex-flexunit] [refs/heads/develop] - extra slash is a problem on Windows

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop bd3ff085d -> 75806a66e


extra slash is a problem on Windows


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

Branch: refs/heads/develop
Commit: 75806a66eb7ca86693b2754d143ac005bb90e499
Parents: bd3ff08
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 24 14:41:55 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 24 14:41:55 2014 -0700

----------------------------------------------------------------------
 FlexUnit4Test/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/75806a66/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index b42df8a..597a9e3 100644
--- a/FlexUnit4Test/downloads.xml
+++ b/FlexUnit4Test/downloads.xml
@@ -179,7 +179,7 @@
     <target name="flexunit1lib-download-swc" depends="flexunit1lib-swc-check" unless="flexunit1lib.swc.exists"
             description="Downloads the flexunit1lib swc.">
         <antcall target="download-swc">
-            <param name="srcUrl" value="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs/"/>
+            <param name="srcUrl" value="https://github.com/flexunit/flexunit/raw/master/FlexUnit4Test/libs"/>
             <param name="srcSwcFile" value="FlexUnit1Lib.swc"/>
             <param name="destSwcFile" value="${lib.dir}/FlexUnit1Lib.swc"/>
         </antcall>