summaryrefslogtreecommitdiff
path: root/libre/xerces2-java/xerces2-java-dont_unzip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/xerces2-java/xerces2-java-dont_unzip.patch')
-rw-r--r--libre/xerces2-java/xerces2-java-dont_unzip.patch65
1 files changed, 0 insertions, 65 deletions
diff --git a/libre/xerces2-java/xerces2-java-dont_unzip.patch b/libre/xerces2-java/xerces2-java-dont_unzip.patch
deleted file mode 100644
index 8d068a259..000000000
--- a/libre/xerces2-java/xerces2-java-dont_unzip.patch
+++ /dev/null
@@ -1,65 +0,0 @@
---- xerces-2_11_0.orig/build.xml 2010-11-26 15:42:11.000000000 -0500
-+++ xerces-2_11_0/build.xml 2015-12-03 02:10:02.884516544 -0500
-@@ -246,30 +246,6 @@
- tofile="${build.src}/org/apache/xerces/impl/msg/XPointerMessages_en.properties"/>
- <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: -->
-- <unzip src="${src.apis.zip}" dest="${build.src}">
-- <patternset
-- includes="org/xml/sax/**
-- javax/xml/**
-- javax/xml/datatype/**
-- javax/xml/namespace/**
-- javax/xml/parsers/**
-- javax/xml/stream/**
-- javax/xml/transform/**
-- javax/xml/validation/**
-- javax/xml/xpath/**
-- org/w3c/dom/*
-- org/w3c/dom/bootstrap/**
-- org/w3c/dom/events/**
-- org/w3c/dom/html/**
-- org/w3c/dom/ls/**
-- org/w3c/dom/ranges/**
-- org/w3c/dom/traversal/**
-- org/w3c/dom/views/**
-- org/w3c/dom/xpath/**"
-- />
-- </unzip>
-
- <!-- substitute tokens as needed -->
- <replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
-@@ -1231,31 +1207,6 @@
- <!-- HACK: Remove reference to XML11Configurable from SAX parser -->
- <replace file="${build.dir}/src/org/apache/xerces/parsers/AbstractSAXParser.java"
- token="return (fConfiguration instanceof XML11Configurable);" value="return false;"/>
--
-- <!-- now deal with API's: -->
-- <unzip src="${src.apis.zip}" dest="${build.src}">
-- <patternset
-- includes="org/xml/sax/**
-- javax/xml/**
-- javax/xml/datatype/**
-- javax/xml/namespace/**
-- javax/xml/parsers/**
-- javax/xml/stream/**
-- javax/xml/transform/**
-- javax/xml/validation/**
-- javax/xml/xpath/**
-- org/w3c/dom/*
-- org/w3c/dom/bootstrap/**
-- org/w3c/dom/events/**
-- org/w3c/dom/html/**
-- org/w3c/dom/ls/**
-- org/w3c/dom/ranges/**
-- org/w3c/dom/traversal/**
-- org/w3c/dom/views/**
-- org/w3c/dom/xpath/**"
-- />
-- </unzip>
--
-
- <!-- substitute tokens as needed -->
- <replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"