diff options
author | Sven Gothel <[email protected]> | 2012-01-23 04:02:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-23 04:02:27 +0100 |
commit | 268692a798005992b091863fa5bd788fb105221a (patch) | |
tree | 52c4bbc7d4dc1e1d696a391ec562866fea795640 /make/build-test.xml | |
parent | 9df0473afdceca1403751b5f54f53c7ec86b3015 (diff) |
javac - setup encoding to UTF-8
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 00fd396..ba21c43 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -111,6 +111,7 @@ fork="yes" includeAntRuntime="false" memoryMaximumSize="${javac.memorymax}" + encoding="UTF-8" source="${target.sourcelevel}" target="${target.targetlevel}" bootclasspath="${target.rt.jar}" |