diff options
author | Sven Gothel <[email protected]> | 2012-01-23 04:06:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-23 04:06:04 +0100 |
commit | 6bdf15f28da748c974536e799a9f6541e3615948 (patch) | |
tree | 1f9f40e0d7c2aa0fdffad85eef34b0c4c7296f73 /make/build.xml | |
parent | fc45c16c1442984a6e6e4ad308dbf15e91fd215c (diff) |
javac - setup encoding to UTF-8
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 8d6d459b5..94fa5acdb 100644 --- a/make/build.xml +++ b/make/build.xml @@ -198,6 +198,7 @@ fork="yes" includeAntRuntime="false" memoryMaximumSize="${javac.memorymax}" + encoding="UTF-8" source="${target.sourcelevel}" target="${target.targetlevel}" bootclasspath="${target.rt.jar}" @@ -419,6 +420,7 @@ windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" access="public" + encoding="UTF-8" source="${target.sourcelevel}" maxmemory="${javac.memorymax}" bottom="${javadoc.bottom}" > @@ -440,6 +442,7 @@ windowtitle="${javadoc.spec.windowtitle}" overview="${javadoc.overview}" access="public" + encoding="UTF-8" source="${target.sourcelevel}" maxmemory="${javac.memorymax}" bottom="${javadoc.bottom}" > @@ -462,6 +465,7 @@ windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" access="protected" + encoding="UTF-8" source="${target.sourcelevel}" maxmemory="${javac.memorymax}" bottom="${javadoc.bottom}" > @@ -483,6 +487,7 @@ windowtitle="${javadoc.nw.spec.windowtitle}" overview="${javadoc.nw.overview}" access="public" + encoding="UTF-8" source="${target.sourcelevel}" maxmemory="${javac.memorymax}" bottom="${javadoc.bottom}" > |