You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch

13 lines
371 B

diff -Nru ivy-1.3.1.vanilla/build.xml ivy-1.3.1/build.xml
--- ivy-1.3.1.vanilla/build.xml 2006-08-21 16:11:08.000000000 +0200
+++ ivy-1.3.1/build.xml 2006-08-21 16:11:21.000000000 +0200
@@ -9,7 +9,7 @@
</target>
<target name="resolve" depends="prepare">
- <ivy:retrieve/>
+ <!-- <ivy:retrieve/> -->
</target>
<target name="build" depends="resolve">