0d3fb5757a
- Add patch to fix build with stricter javadoc in version 8: * fix-javadoc-java8.patch (boo#1027467) - Fix file list on SLE OBS-URL: https://build.opensuse.org/request/show/461915 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-fop?expand=0&rev=51
13 lines
565 B
Diff
13 lines
565 B
Diff
Index: fop-2.1/build.xml
|
|
===================================================================
|
|
--- fop-2.1.orig/build.xml
|
|
+++ fop-2.1/build.xml
|
|
@@ -963,6 +963,7 @@ NOTE:
|
|
doctitle="Apache Formatting Objects Processor (FOP)"
|
|
bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
|
|
overview="${src.dir}/java/org/apache/fop/overview.html"
|
|
+ additionalparam="--allow-script-in-comments"
|
|
maxmemory="256M">
|
|
<header><![CDATA[${name} ${version}]]></header>
|
|
<footer><![CDATA[${name} ${version}]]></footer>
|