diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-31 13:37:40 +0200 |
---|---|---|
committer | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-05 18:35:31 +0200 |
commit | 52fa3800c41b15b646b19ded2b40a44376fc83dc (patch) | |
tree | c79d8d0dc48f1feea0c9b26645e58e076d9698da /dev-java | |
parent | dev-java/commons-fileupload: remove unused patch (diff) | |
download | gentoo-52fa3800c41b15b646b19ded2b40a44376fc83dc.tar.gz gentoo-52fa3800c41b15b646b19ded2b40a44376fc83dc.tar.bz2 gentoo-52fa3800c41b15b646b19ded2b40a44376fc83dc.zip |
dev-java/commons-validator: remove unused patch
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-validator/files/validator-1.3.build.xml.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/commons-validator/files/validator-1.3.build.xml.patch b/dev-java/commons-validator/files/validator-1.3.build.xml.patch deleted file mode 100644 index 98d048e0b6ce..000000000000 --- a/dev-java/commons-validator/files/validator-1.3.build.xml.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- build.xml.o 2006-10-21 18:12:49.000000000 +0200 -+++ build.xml 2006-10-21 18:29:18.000000000 +0200 -@@ -122,11 +122,12 @@ -
- <!-- Construct compile classpath -->
- <path id="compile.classpath">
-- <pathelement location="${build.home}/classes"/>
-- <pathelement location="${commons-beanutils.jar}"/>
-- <pathelement location="${commons-digester.jar}"/>
-- <pathelement location="${commons-logging.jar}"/>
-- <pathelement location="${oro.jar}"/>
-+ <pathelement path="${build.home}/classes"/>
-+ <pathelement path="${commons-beanutils.jar}"/>
-+ <pathelement path="${commons-digester.jar}"/>
-+ <pathelement path="${commons-logging.jar}"/>
-+ <pathelement path="${commons-collections.jar}"/>
-+ <pathelement path="${oro.jar}"/>
- <path refid="downloaded.lib.classpath"/>
- </path>
-
-@@ -204,7 +205,7 @@ - </target>
-
-
-- <target name="compile" depends="static"
-+ <target name="compile" depends="prepare"
- description="Compile shareable components">
- <javac srcdir="${source.home}"
- destdir="${build.home}/classes"
-@@ -278,7 +279,7 @@ - </exec>
- </target>
-
-- <target name="javadoc" depends="compile, javadoc.js"
-+ <target name="javadoc" depends="compile"
- description="Create component Javadoc documentation">
- <javadoc sourcepath="${source.home}"
- destdir="${dist.home}/docs/apidocs"
|