Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-14 06:21:55 +0000
committerDavid Williams2013-02-14 06:21:55 +0000
commit1f9c45a17fece537c8c64b301d8543391e9f4d84 (patch)
tree5d25fb7123dff9271ea2a5278a4b59bbb14fa5a6 /eclipse-parent/pom.xml
parent58540808bdc877b06ddcfc03a60dad473ae69603 (diff)
downloadeclipse.platform.releng.aggregator-1f9c45a17fece537c8c64b301d8543391e9f4d84.tar.gz
eclipse.platform.releng.aggregator-1f9c45a17fece537c8c64b301d8543391e9f4d84.tar.xz
eclipse.platform.releng.aggregator-1f9c45a17fece537c8c64b301d8543391e9f4d84.zip
Bug 399441 - [CBI] Warnings about UTF-8
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 784c4c154..1f8883e8f 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -229,7 +229,7 @@
<compilerArguments>
<inlineJSR/>
<enableJavadoc/>
- <encoding>ISO-8859-1</encoding>
+ <encoding>${project.build.sourceEncoding}</encoding>
<log>${project.build.directory}/@dot.xml</log>
</compilerArguments>
</configuration>

Back to the top