Package: naga / 3.0+svn80-4

source-encoding.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Set the source encoding to fix the build failure with Java 9
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -24,6 +24,7 @@
 		<javac srcdir="${main.dir}"
 		       destdir="${build.classes.dir}"
 		       source="1.5"
+		       encoding="ISO-8859-1"
 		       optimize="on"/>
 	</target>