summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-betwixt/files/commons-betwixt-0.6-noget.patch')
-rw-r--r--dev-java/commons-betwixt/files/commons-betwixt-0.6-noget.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-java/commons-betwixt/files/commons-betwixt-0.6-noget.patch b/dev-java/commons-betwixt/files/commons-betwixt-0.6-noget.patch
deleted file mode 100644
index 18ed111f1614..000000000000
--- a/dev-java/commons-betwixt/files/commons-betwixt-0.6-noget.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- build.xml.orig 2005-03-29 00:13:46.324523008 +0200
-+++ build.xml 2005-03-29 00:14:15.329113640 +0200
-@@ -45,7 +45,7 @@
- </equals>
- </condition>
- </target>
-- <target name="compile" description="o Compile the code" depends="get-deps">
-+ <target name="compile" description="o Compile the code">
- <mkdir dir="${classesdir}">
- </mkdir>
- <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
-@@ -67,7 +67,7 @@
- </fileset>
- </copy>
- </target>
-- <target name="jar" description="o Create the jar" depends="compile,test">
-+ <target name="jar" description="o Create the jar" depends="compile">
- <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
- </jar>
- </target>
-@@ -187,4 +187,4 @@
- <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
- </unjar>
- </target>
--</project>
-\ No newline at end of file
-+</project>