Blob Blame History Raw
From f251976a2d6cec82d3118b36a6af038da966df1b Mon Sep 17 00:00:00 2001
From: Marek Goldmann <marek.goldmann@gmail.com>
Date: Mon, 16 Dec 2013 11:25:37 +0100
Subject: [PATCH] Use Fedora provided IVY

---
 build.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index c6fb7cd..7fb5cdc 100644
--- a/build.xml
+++ b/build.xml
@@ -290,10 +290,7 @@
        Bootstrap Ivy
        ================================= -->
   <mkdir dir="${ivy.dir}"/>
-  <get usetimestamp="true" src="https://repository.apache.org/content/repositories/releases/org/apache/ivy/ivy/${ivy.version}/${ivy.jar.name}" 
-       skipexisting="true"
-       dest="${ivy.dir}/${ivy.jar.name}"/>
-  <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpath="${ivy.dir}/${ivy.jar.name}"/>
+  <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpath="/usr/share/java/ivy.jar"/>
 
   <!-- ================================= 
        Target: init              
-- 
1.8.4.2