You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ha...@apache.org on 2018/03/05 02:51:34 UTC

zookeeper git commit: ZOOKEEPER-2992: The eclipse build target fails due to protocol redirection: http->https

Repository: zookeeper
Updated Branches:
  refs/heads/master ecb1162ec -> 99c9bbb0a


ZOOKEEPER-2992: The eclipse build target fails due to protocol redirection: http->https

ZOOKEEPER-2992 is the Jira issue.

Author: Shawn Heisey <el...@apache.org>

Reviewers: Edward Ribeiro <ed...@gmail.com>, Andor Molnár <an...@cloudera.com>, Michael Han <ha...@apache.org>

Closes #479 from elyograg/master


Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/99c9bbb0
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/99c9bbb0
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/99c9bbb0

Branch: refs/heads/master
Commit: 99c9bbb0ab1eef469e1662086532c58078b9909a
Parents: ecb1162
Author: Shawn Heisey <el...@apache.org>
Authored: Sun Mar 4 18:51:25 2018 -0800
Committer: Michael Han <ha...@apache.org>
Committed: Sun Mar 4 18:51:25 2018 -0800

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/99c9bbb0/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 639707e..a6b7617 100644
--- a/build.xml
+++ b/build.xml
@@ -1805,7 +1805,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
      </condition>
 
      <target name="ant-eclipse-download" unless="ant-eclipse.jar.exists">
-       <get src="http://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2"
+       <get src="https://downloads.sourceforge.net/project/ant-eclipse/ant-eclipse/1.0/ant-eclipse-1.0.bin.tar.bz2"
             dest="${src.dir}/java/ant-eclipse-1.0.bin.tar.bz2" usetimestamp="false" />
 
        <bunzip2 src="${src.dir}/java/ant-eclipse-1.0.bin.tar.bz2"/>