This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 4e3cdce  NUTCH-2513 ant eclipse target fails with "protocol switch 
unsafe" contributed by dhirajforyou / govind.nitk
4e3cdce is described below

commit 4e3cdce06424008dab88fed62ec38193a2bc7373
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue May 8 13:31:06 2018 +0200

    NUTCH-2513 ant eclipse target fails with "protocol switch unsafe"
    contributed by dhirajforyou / govind.nitk
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index a102305..c21ced9 100644
--- a/build.xml
+++ b/build.xml
@@ -985,7 +985,7 @@
   
   <!-- target: ant-eclipse-download   =================================== -->
   <target name="ant-eclipse-download" description="--> Downloads the 
ant-eclipse binary.">
-    <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="${build.dir}/ant-eclipse-1.0.bin.tar.bz2" usetimestamp="false" 
/>
 
     <untar src="${build.dir}/ant-eclipse-1.0.bin.tar.bz2"

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to