Repository: flex-flexunit Updated Branches: refs/heads/develop bd6226f32 -> 610e03bfc
Changed the hamcrest download url to https to avoid handshake errors when building on jenkins. Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/610e03bf Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/610e03bf Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/610e03bf Branch: refs/heads/develop Commit: 610e03bfc464bf79865c47a80f7f9114ebbd7aea Parents: bd6226f Author: Christofer Dutz <[email protected]> Authored: Fri Nov 28 11:51:43 2014 +0100 Committer: Christofer Dutz <[email protected]> Committed: Fri Nov 28 11:51:43 2014 +0100 ---------------------------------------------------------------------- FlexUnit4/downloads.xml | 6 +++--- FlexUnit4Test/downloads.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/610e03bf/FlexUnit4/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4/downloads.xml b/FlexUnit4/downloads.xml index 6e4a551..564d428 100644 --- a/FlexUnit4/downloads.xml +++ b/FlexUnit4/downloads.xml @@ -105,7 +105,7 @@ <mkdir dir="${download.dir}"/> - <get src="${srcUrl}/${zipFile}" dest="${download.dir}/${zipFile}"/> + <get src="${srcUrl}/${zipFile}" dest="${download.dir}/${zipFile}" /> <condition property="zip.compressed"> <matches string="${zipFile}" pattern="^*.zip$"/> @@ -191,8 +191,8 @@ description="Downloads and copies hamcrest to the lib directory."> <echo message="Obtaining lib/hamcrest-as3-flex-1.1.3.swc"/> <antcall target="download-zip"> - <param name="srcUrl" value="https://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> - <param name="zipFile" value="hamcrest-as3-flex-1.1.3.zip"/> + <param name="srcUrl" value="https://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> + <param name="zipFile" value="hamcrest-as3-flex-1.1.3.zip"/> <param name="srcJarPath" value="hamcrest-as3-flex-1.1.3/hamcrest-as3-flex-1.1.3.swc"/> <param name="md5" value="b73fe1bb5f443993adcf8b274f6a48b2"/> <param name="destJarFile" value="${lib.dir}/hamcrest-as3-flex-1.1.3.swc"/> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/610e03bf/FlexUnit4Test/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml index a31817e..aa3038c 100644 --- a/FlexUnit4Test/downloads.xml +++ b/FlexUnit4Test/downloads.xml @@ -197,8 +197,8 @@ description="Downloads and copies hamcrest to the lib directory."> <echo message="Obtaining lib/hamcrest-as3-flex-1.1.3.swc"/> <antcall target="download-zip"> - <param name="srcUrl" value="https://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> - <param name="zipFile" value="hamcrest-as3-flex-1.1.3.zip"/> + <param name="srcUrl" value="https://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> + <param name="zipFile" value="hamcrest-as3-flex-1.1.3.zip"/> <param name="srcJarPath" value="hamcrest-as3-flex-1.1.3/hamcrest-as3-flex-1.1.3.swc"/> <param name="md5" value="b73fe1bb5f443993adcf8b274f6a48b2"/> <param name="destJarFile" value="${lib.dir}/hamcrest-as3-flex-1.1.3.swc"/>
