Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-02 04:29:13 +0000
committerDavid Williams2013-02-02 04:29:13 +0000
commit32f7bacc3cf1ec2360095e123a645f2df3bc0880 (patch)
treee2de3b52ec0ee6bbf34978785398f4757280dfc1 /eclipse-parent/pom.xml
parent62c3d44e2a41fe86b643160d0d48841061e9f51d (diff)
downloadeclipse.platform.releng.aggregator-32f7bacc3cf1ec2360095e123a645f2df3bc0880.tar.gz
eclipse.platform.releng.aggregator-32f7bacc3cf1ec2360095e123a645f2df3bc0880.tar.xz
eclipse.platform.releng.aggregator-32f7bacc3cf1ec2360095e123a645f2df3bc0880.zip
Bug 399441 - [CBI] Warnings about UTF-8
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 67aeba08c..16dfb1761 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -29,6 +29,7 @@
<aspectj-repo.url>http://download.eclipse.org/tools/ajdt/aspectj/update</aspectj-repo.url>
<egit-repo.url>http://download.eclipse.org/egit/updates</egit-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>http://build.eclipse.org/eclipse/cbi-jdt/</cbi-jdt-repo.url>
<cbi-jdt-version>3.9.0.v20121208-144805</cbi-jdt-version>
</properties>

Back to the top