This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 36b1152 NUTCH-2513 ant eclipse target fails with "protocol switch
unsafe" contributed by dhirajforyou / govind.nitk
36b1152 is described below
commit 36b11525bc3326b573647a220604dcda7d952bf5
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue May 8 13:30: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 db163c6..0d915e8 100644
--- a/build.xml
+++ b/build.xml
@@ -1002,7 +1002,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].