diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-29 14:48:43 +0200 |
---|---|---|
committer | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-05 18:34:55 +0200 |
commit | cd19b5d2191e6539ff260c59c3efddbef95ed462 (patch) | |
tree | 313bcee16e69244441eaa3aaf4a29bc2f5bf4ec9 /dev-java/ant-owanttask | |
parent | dev-java/antlr: remove unused patches (diff) | |
download | gentoo-cd19b5d2191e6539ff260c59c3efddbef95ed462.tar.gz gentoo-cd19b5d2191e6539ff260c59c3efddbef95ed462.tar.bz2 gentoo-cd19b5d2191e6539ff260c59c3efddbef95ed462.zip |
dev-java/ant-owanttask: remove unused patch/file
Diffstat (limited to 'dev-java/ant-owanttask')
-rw-r--r-- | dev-java/ant-owanttask/files/MultipleCopy.java | 12 | ||||
-rw-r--r-- | dev-java/ant-owanttask/files/ant-owanttask-1.1-classpath.patch | 17 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-java/ant-owanttask/files/MultipleCopy.java b/dev-java/ant-owanttask/files/MultipleCopy.java deleted file mode 100644 index bd6a431bf06c..000000000000 --- a/dev-java/ant-owanttask/files/MultipleCopy.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.objectweb.util.ant; - -import org.apache.tools.ant.BuildException; -import org.apache.tools.ant.taskdefs.Copy; - -public class MultipleCopy extends Copy { - - public void execute() throws BuildException { - throw new BuildException("MultipleCopy is not compatible with ant >=1.7.0"); - } - -} diff --git a/dev-java/ant-owanttask/files/ant-owanttask-1.1-classpath.patch b/dev-java/ant-owanttask/files/ant-owanttask-1.1-classpath.patch deleted file mode 100644 index cd3d2e0fd42a..000000000000 --- a/dev-java/ant-owanttask/files/ant-owanttask-1.1-classpath.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -ru owanttask-1.1/build.xml owanttask-1.1-patched/build.xml ---- owanttask-1.1/build.xml 2004-02-09 03:57:02.000000000 -0500 -+++ owanttask-1.1-patched/build.xml 2006-08-05 20:06:03.000000000 -0400 -@@ -3,9 +3,12 @@ - <property name="out" value="${basedir}/output"/> - <property name="out.build" value="${out}/build"/> - <property name="out.lib" value="${out}/lib"/> -+ <path id="build.classpath"> -+ <fileset dir="lib" includes="*.jar"/> -+ </path> - <target name="compile"> - <mkdir dir="${out.build}"/> -- <javac srcdir="${prj.src}" destdir="${out.build}" debug="on"> -+ <javac srcdir="${prj.src}" destdir="${out.build}" debug="on" classpathref="build.classpath"> - <include name="**/*.java"/> - </javac> - </target> |