summarylogtreecommitdiffstats
path: root/download-ivy-https.patch
diff options
context:
space:
mode:
Diffstat (limited to 'download-ivy-https.patch')
-rw-r--r--download-ivy-https.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/download-ivy-https.patch b/download-ivy-https.patch
deleted file mode 100644
index 86bb36729440..000000000000
--- a/download-ivy-https.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build.xml.old b/build.xml
-index e959fb4..f11b9d1 100644
---- a/build.xml.old
-+++ b/build.xml
-@@ -105,7 +105,7 @@
-
- <target name="-download-ivy" unless="ivy.available">
- <mkdir dir="${ivy.jar.dir}"/>
-- <get src="http://repo2.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" dest="${ivy.jar.file}" usetimestamp="true"/>
-+ <get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" dest="${ivy.jar.file}" usetimestamp="true"/>
- </target>
-
- <target name="init-ivy" depends="download-ivy" unless="ivy.lib.path">