diff options
author | 2019-04-26 09:34:28 -0700 | |
---|---|---|
committer | 2019-04-26 09:38:49 -0700 | |
commit | 114672fc1bf0174a8ee16360e8de6b5a090c87de (patch) | |
tree | 913bdc9652ef24b704cfd639d71d5c927207510d /dev-java/xerces/files | |
parent | dev-java/xerces: stabilise for amd64. (diff) | |
download | gentoo-114672fc1bf0174a8ee16360e8de6b5a090c87de.tar.gz gentoo-114672fc1bf0174a8ee16360e8de6b5a090c87de.tar.bz2 gentoo-114672fc1bf0174a8ee16360e8de6b5a090c87de.zip |
dev-java/xerces: clean up old
Closes: https://github.com/gentoo/gentoo/pull/11829
Bug: https://bugs.gentoo.org/683350
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-java/xerces/files')
-rw-r--r-- | dev-java/xerces/files/xerces-2.11.0-build.xml.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-java/xerces/files/xerces-2.11.0-build.xml.patch b/dev-java/xerces/files/xerces-2.11.0-build.xml.patch deleted file mode 100644 index 61afcddad9a4..000000000000 --- a/dev-java/xerces/files/xerces-2.11.0-build.xml.patch +++ /dev/null @@ -1,46 +0,0 @@ -Author: Ralph Sennhauser <sera@gentoo.org> - -Don't reference non existing jar in taskdef. #351394 -Don't let user properties leak into build env. -Don't bundle stuff from xml-commons-external. - ---- a/build.xml -+++ b/build.xml -@@ -39,18 +39,13 @@ Authors: - <property name="tools.dir" value="./tools"/>
-
- <!-- enable compilation under JDK 1.4 and above -->
-- <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
-- <classpath>
-- <pathelement location="${tools.dir}/bin/xjavac.jar"/>
-- </classpath>
-- </taskdef>
-+ <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac"/>
-
- <!-- Allow properties following these statements to be overridden -->
- <!-- Note that all of these don't have to exist. They've just been defined
- incase they are used. -->
- <property file="build.properties"/>
- <property file=".ant.properties"/>
-- <property file="${user.home}/.ant.properties"/>
- <property file="default.properties"/>
-
- <target name="init">
-@@ -247,7 +242,7 @@ Authors: - <copy file="${src.dir}/org/apache/xerces/impl/xpath/regex/message.properties"
- tofile="${build.src}/org/apache/xerces/impl/xpath/regex/message_en.properties"/>
-
-- <!-- now deal with API's: -->
-+ <!-- now deal with API's:
- <unzip src="${src.apis.zip}" dest="${build.src}">
- <patternset
- includes="org/xml/sax/**
-@@ -269,7 +264,7 @@ Authors: - org/w3c/dom/views/**
- org/w3c/dom/xpath/**"
- />
-- </unzip>
-+ </unzip> -->
-
- <!-- substitute tokens as needed -->
- <replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
|