dev-java/ant-ivy: remove unused patches

This commit is contained in:
Michael Mair-Keimberger
2018-06-13 20:03:00 +02:00
committed by Aaron Bauman
parent f2ebf47eca
commit 871ebb2b84
2 changed files with 0 additions and 32 deletions

View File

@@ -1,12 +0,0 @@
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">

View File

@@ -1,20 +0,0 @@
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 19:34:19.000000000 +0200
+++ ivy-1.3.1/build.xml 2006-08-21 19:35:18.000000000 +0200
@@ -33,6 +33,16 @@
<jar destfile="${artifacts.build.dir}/ivy.jar"
basedir="${classes.build.dir}"/>
</target>
+
+ <target name="javadoc">
+ <javadoc destdir="${javadoc.build.dir}">
+ <fileset dir="${src.dir}"/>
+ </javadoc>
+ </target>
+
+ <target name="clean">
+ <delete dir="${build.dir}"/>
+ </target>
<target name="test" depends="jar">
<path id="run.classpath">