You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2014/11/28 11:23:14 UTC

git commit: [flex-flexunit] [refs/heads/master] - Changed the hamcrest download url to https to avoid handshake errors when building on jenkins.

Repository: flex-flexunit
Updated Branches:
  refs/heads/master 3087876e0 -> a766fbeda


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/a766fbed
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/a766fbed
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/a766fbed

Branch: refs/heads/master
Commit: a766fbeda6f7b1c90c55dfdad7fafbf3482eadff
Parents: 3087876
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Nov 28 11:23:06 2014 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Fri Nov 28 11:23:06 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/a766fbed/FlexUnit4Test/downloads.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml
index 7a36020..dfecde8 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"/>