summaryrefslogtreecommitdiff
path: root/libre/jedit/jedit-fix_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/jedit/jedit-fix_build.patch')
-rw-r--r--libre/jedit/jedit-fix_build.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/libre/jedit/jedit-fix_build.patch b/libre/jedit/jedit-fix_build.patch
deleted file mode 100644
index 15d2da728..000000000
--- a/libre/jedit/jedit-fix_build.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- jEdit.orig/build.xml 2015-10-20 12:56:08.000000000 -0500
-+++ jEdit/build.xml 2016-07-02 10:14:37.488512109 -0500
-@@ -119,7 +119,7 @@
-
- <target name="retrieve"
- description="retrieve the dependencies"
-- depends="init,init-ivy"
-+ depends="init"
- unless="ivy.done">
- <ivy:retrieve sync="true"/>
- <ivy:retrieve pattern="${lib.dir}/ivy/[artifact]-[revision].[ext]"
-@@ -629,8 +629,6 @@
-
- <target name="unpack-docbook-xsl"
- depends="init,retrieve">
-- <unzip src="${lib.dir}/docbook/docbook-xsl-resources.zip"
-- dest="${build.dir}/docbook-xsl/"/>
- </target>
-
- <presetdef name="dependset.build">
-@@ -660,9 +657,9 @@
- <factory name="com.icl.saxon.TransformerFactoryImpl"/>
- <xmlcatalog>
- <entity publicid="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
-- location="${build.dir}/docbook-xsl/docbook/html/chunk.xsl"/>
-+ location="/usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl"/>
- <entity publicid="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"
-- location="${build.dir}/docbook-xsl/docbook/fo/docbook.xsl"/>
-+ location="/usr/share/xml/docbook/xsl-stylesheets-1.79.2/fo/docbook.xsl"/>
- </xmlcatalog>
- <sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
- value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>