Repository: flex-flexunit Updated Branches: refs/heads/develop 472c9a845 -> bd6226f32
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/bd6226f3 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/bd6226f3 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/bd6226f3 Branch: refs/heads/develop Commit: bd6226f32d450e75a1a998cce4444e25d8cd1a60 Parents: 472c9a8 Author: Christofer Dutz <[email protected]> Authored: Fri Nov 28 11:27:48 2014 +0100 Committer: Christofer Dutz <[email protected]> Committed: Fri Nov 28 11:27:48 2014 +0100 ---------------------------------------------------------------------- FlexUnit4/downloads.xml | 2 +- FlexUnit4Test/downloads.xml | 2 +- FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd6226f3/FlexUnit4/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4/downloads.xml b/FlexUnit4/downloads.xml index 206d225..6e4a551 100644 --- a/FlexUnit4/downloads.xml +++ b/FlexUnit4/downloads.xml @@ -191,7 +191,7 @@ 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="http://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> + <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"/> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd6226f3/FlexUnit4Test/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml index 8fcfc04..a31817e 100644 --- a/FlexUnit4Test/downloads.xml +++ b/FlexUnit4Test/downloads.xml @@ -197,7 +197,7 @@ 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="http://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> + <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"/> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd6226f3/FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml b/FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml index c2b0bf9..289b884 100644 --- a/FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml +++ b/FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/downloads.xml @@ -243,7 +243,7 @@ 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="http://cloud.github.com/downloads/drewbourne/hamcrest-as3"/> + <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"/>
