mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-java/ant-ivy: remove unused patches
This commit is contained in:
committed by
Aaron Bauman
parent
f2ebf47eca
commit
871ebb2b84
@@ -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">
|
||||
@@ -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">
|
||||
Reference in New Issue
Block a user