Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratischenko2015-10-30 12:01:34 +0000
committerGerrit Code Review @ Eclipse.org2016-01-28 09:00:46 +0000
commitc886e63c5cf8f5475e4e76b2d5afffaf9a3a6d41 (patch)
treef5f0666a89de175145fc802d2395f19782778054
parenta6758c8345c45d4212f9577cbbf1eeb0a0b5c213 (diff)
downloadorg.eclipse.papyrus-c886e63c5cf8f5475e4e76b2d5afffaf9a3a6d41.tar.gz
org.eclipse.papyrus-c886e63c5cf8f5475e4e76b2d5afffaf9a3a6d41.tar.xz
org.eclipse.papyrus-c886e63c5cf8f5475e4e76b2d5afffaf9a3a6d41.zip
Bug 473742 - Hudson job to regenerate Papyrus diagrams and check
compilation problems - add encoding to correct generation xtend to java Change-Id: I827827141c3f4cd8d26198d942ad14cd3468fd0b Signed-off-by: atischenko <tischenko@montages.com>
-rw-r--r--plugins/developer/org.eclipse.papyrus.def/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.def/pom.xml b/plugins/developer/org.eclipse.papyrus.def/pom.xml
index 727fd283dff..f0a1e569ed3 100644
--- a/plugins/developer/org.eclipse.papyrus.def/pom.xml
+++ b/plugins/developer/org.eclipse.papyrus.def/pom.xml
@@ -49,6 +49,7 @@
<configuration>
<outputDirectory>xtend-gen</outputDirectory>
<testOutputDirectory>${project.build.directory}/xtend-gen/test</testOutputDirectory>
+ <encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
</plugins>

Back to the top