Repository: flex-flexunit Updated Branches: refs/heads/develop 75806a66e -> 80468c5f6
remove more 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/80468c5f Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/80468c5f Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/80468c5f Branch: refs/heads/develop Commit: 80468c5f6930738db164a6d7497c6636db10a0f5 Parents: 75806a6 Author: Alex Harui <[email protected]> Authored: Thu Apr 24 20:20:36 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Apr 24 20:20:36 2014 -0700 ---------------------------------------------------------------------- FlexUnit4Test/downloads.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/80468c5f/FlexUnit4Test/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml index 597a9e3..07033a1 100644 --- a/FlexUnit4Test/downloads.xml +++ b/FlexUnit4Test/downloads.xml @@ -291,7 +291,7 @@ description="Downloads and copies mock-as to the lib directory."> <echo message="Obtaining lib/mock-as3.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="mock-as3.swc"/> <param name="destSwcFile" value="${lib.dir}/mock-as3.swc"/> </antcall> @@ -341,7 +341,7 @@ <echo message="Obtaining lib/build/saxon9he.jar"/> <antcall target="echo-mpl1.1-license"/> <antcall target="download-swc"> - <param name="srcUrl" value="http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/"/> + <param name="srcUrl" value="http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4"/> <param name="srcSwcFile" value="Saxon-HE-9.4.jar"/> <param name="destSwcFile" value="${lib.dir}/build/saxon9he.jar"/> </antcall>
