jedit-fix_build.patch 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. --- jEdit.orig/build.xml 2015-10-20 12:56:08.000000000 -0500
  2. +++ jEdit/build.xml 2016-07-02 10:14:37.488512109 -0500
  3. @@ -119,7 +119,7 @@
  4. <target name="retrieve"
  5. description="retrieve the dependencies"
  6. - depends="init,init-ivy"
  7. + depends="init"
  8. unless="ivy.done">
  9. <ivy:retrieve sync="true"/>
  10. <ivy:retrieve pattern="${lib.dir}/ivy/[artifact]-[revision].[ext]"
  11. @@ -629,8 +629,6 @@
  12. <target name="unpack-docbook-xsl"
  13. depends="init,retrieve">
  14. - <unzip src="${lib.dir}/docbook/docbook-xsl-resources.zip"
  15. - dest="${build.dir}/docbook-xsl/"/>
  16. </target>
  17. <presetdef name="dependset.build">
  18. @@ -660,9 +657,9 @@
  19. <factory name="com.icl.saxon.TransformerFactoryImpl"/>
  20. <xmlcatalog>
  21. <entity publicid="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
  22. - location="${build.dir}/docbook-xsl/docbook/html/chunk.xsl"/>
  23. + location="/usr/share/xml/docbook/xsl-stylesheets-1.79.2/html/chunk.xsl"/>
  24. <entity publicid="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"
  25. - location="${build.dir}/docbook-xsl/docbook/fo/docbook.xsl"/>
  26. + location="/usr/share/xml/docbook/xsl-stylesheets-1.79.2/fo/docbook.xsl"/>
  27. </xmlcatalog>
  28. <sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
  29. value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>