File: javadoc-encoding.patch

package info (click to toggle)
axis 1.4-28
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,076 kB
  • sloc: java: 129,120; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (28 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Markus Koschany <apo@debian.org>
Date: Tue, 20 Mar 2018 22:42:05 +0100
Subject: javadoc encoding

---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 738d245..ecdbd7a 100644
--- a/build.xml
+++ b/build.xml
@@ -93,6 +93,7 @@ Copyright:
             cache="${build.dir}/dependencycache" closure="no">
     </depend>  
     <javac srcdir="${src.dir}" destdir="${build.dest}"  nowarn="${nowarn}" debug="${debug}"
+      encoding="iso-8859-1"
       deprecation="${deprecation}" 
       source="${source}"
       target="${target}"
@@ -371,6 +372,7 @@ Copyright:
              doctitle="${Name}"
              source="${source}"
              bottom="Copyright &#169; ${year} Apache Web Services Project. All Rights Reserved."
+             encoding="iso-8859-1"
     />
   </target>