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/23 20:20:20 UTC

git commit: [flex-flexunit] [refs/heads/develop] - extra slash seems to mess up Windows

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop 5dd7ee998 -> f685a8aeb


extra slash seems to mess up 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/f685a8ae
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/f685a8ae
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/f685a8ae

Branch: refs/heads/develop
Commit: f685a8aeb06481bca453e2a70908f86fa987ee2e
Parents: 5dd7ee9
Author: Alex Harui <ah...@apache.org>
Authored: Wed Apr 23 11:19:03 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Apr 23 11:19:52 2014 -0700

----------------------------------------------------------------------
 FlexUnit4FluintExtensions/downloads.xml | 2 +-
 FlexUnit4Test/downloads.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/f685a8ae/FlexUnit4FluintExtensions/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4FluintExtensions/downloads.xml b/FlexUnit4FluintExtensions/downloads.xml
index f7353db..337b7d3 100644
--- a/FlexUnit4FluintExtensions/downloads.xml
+++ b/FlexUnit4FluintExtensions/downloads.xml
@@ -109,7 +109,7 @@
     <target name="fluint-download-swc" depends="fluint-swc-check" unless="fluint.swc.exists"
             description="Downloads the fluint 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="fluint-1_2.swc"/>
             <param name="destSwcFile" value="${lib.dir}/fluint-1_2.swc"/>
         </antcall>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/f685a8ae/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index ec73518..b42df8a 100644
--- a/FlexUnit4Test/downloads.xml
+++ b/FlexUnit4Test/downloads.xml
@@ -238,7 +238,7 @@
 	    <target name="fluint-download-swc" depends="fluint-swc-check" unless="fluint.swc.exists"
 	            description="Downloads the fluint 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="fluint-1_2.swc"/>
 	            <param name="destSwcFile" value="${lib.dir}/fluint-1_2.swc"/>
 	        </antcall>