123456789101112131415161718192021222324252627282930313233 |
- --- 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"/>
|