File: javadoc_encoding.patch

package info (click to toggle)
fop 1%3A2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 103,024 kB
  • sloc: java: 220,896; xml: 108,681; sh: 372; python: 316; javascript: 272; makefile: 44
file content (14 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Set javadoc output encoding to UTF-8
 Set javadoc output encoding to UTF-8, to make the build reproducible.
Author: Alexis Bienvenüe <pado@passoire.fr>

--- a/fop/build.xml
+++ b/fop/build.xml
@@ -908,6 +908,7 @@
       windowtitle="${Name} ${version} API"
       doctitle="Apache Formatting Objects Processor (FOP)"
       bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
+      encoding="UTF-8" docencoding="UTF-8" charset="UTF-8"
       overview="${src.java.dir}/org/apache/fop/overview.html"
       maxmemory="256M">
       <header><![CDATA[${name} ${version}]]></header>