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 © ${year} Apache Web Services Project. All Rights Reserved."
+ encoding="iso-8859-1"
/>
</target>
|