mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
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:
parent
2c48177a11
commit
87ae8567e7
@ -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}"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user