Blame SOURCES/local-ivy.patch

5a3fb2
--- build.xml.sav	2006-11-02 18:44:02.000000000 +0200
5a3fb2
+++ build.xml	2011-12-15 13:36:38.630460824 +0200
5a3fb2
@@ -20,22 +20,7 @@
5a3fb2
 	<property name="dist.dir" location="dist" />
5a3fb2
 	<property name="target.stage.dir" location="${target.dir}/stage" />
5a3fb2
 	
5a3fb2
-	<target name="init">
5a3fb2
-        <path id="ivy.lib.path">
5a3fb2
-            <fileset dir="lib/ivy/jars" includes="ivy-1.3.1.jar"/>
5a3fb2
-            <fileset dir="lib/commons-cli/jars" includes="commons-cli-1.0.jar"/>
5a3fb2
-            <fileset dir="lib/commons-codec/jars" includes="commons-codec-1.3.jar"/>
5a3fb2
-            <fileset dir="lib/commons-httpclient/jars" includes="commons-httpclient-3.0.1.jar"/>
5a3fb2
-            <fileset dir="lib/commons-logging/jars" includes="commons-logging-1.0.4.jar"/>
5a3fb2
-            <fileset dir="lib/oro/jars" includes="oro-2.0.8.jar"/>
5a3fb2
-        </path>
5a3fb2
-	    
5a3fb2
-        
5a3fb2
-                 uri="antlib:fr.jayasoft.ivy.ant"
5a3fb2
-       	         classpathref="ivy.lib.path"/>
5a3fb2
-	</target>
5a3fb2
-	
5a3fb2
-	<target name="configure" depends="init">
5a3fb2
+	<target name="configure" >
5a3fb2
 		<ivy:configure file="ivy-conf.xml" />
5a3fb2
     </target>
5a3fb2
 		
5a3fb2
--- ivy-conf.xml.sav	2006-10-28 14:57:58.000000000 +0300
5a3fb2
+++ ivy-conf.xml	2011-12-15 14:35:15.155840710 +0200
5a3fb2
@@ -5,11 +5,11 @@
5a3fb2
   
5a3fb2
   <resolvers>
5a3fb2
       <filesystem name="local">
5a3fb2
-          <ivy pattern="${ivy.conf.dir}/lib/[module]/ivy-[revision].xml" />
5a3fb2
-          <artifact pattern="${ivy.conf.dir}/lib/[module]/[ext]s/[artifact]-[revision].[ext]" />
5a3fb2
+          <ivy pattern="${ivy.conf.dir}/lib/[module]/apache-ivy-[revision].xml" />
5a3fb2
+          <artifact pattern="/usr/share/java/[artifact].[ext]" />
5a3fb2
       </filesystem>
5a3fb2
           
5a3fb2
-      <ivyrep name="ivyrep" />
5a3fb2
+      <ivyrep name="ivyrep" ivyroot="."/>
5a3fb2
 
5a3fb2
       <chain name="default-resolver">
5a3fb2
           <resolver ref="local" />