added encoding UTF-8 to <javac> tasks

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@486189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2006-12-12 15:32:17 +00:00
parent 2c48177a11
commit 87ae8567e7

View File

@ -203,6 +203,7 @@ Output
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
optimize ="${compile.optimize}"
encoding ="UTF-8"
source ="${compile.source}"
target ="${compile.target}"
>
@ -225,6 +226,7 @@ Output
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
optimize ="${compile.optimize}"
encoding ="UTF-8"
source ="${compile.source}"
target ="${compile.target}"
>
@ -249,6 +251,7 @@ Output
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
optimize ="${compile.optimize}"
encoding ="UTF-8"
source ="${compile.source}"
target ="${compile.target}"
>
@ -272,6 +275,7 @@ Output
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
optimize ="${compile.optimize}"
encoding ="UTF-8"
source ="${compile.source}"
target ="${compile.target}"
>