Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2017-03-29 16:20:09 +0000
committerFlorian Noyrit2017-03-31 14:22:37 +0000
commit7d612de5f0a4cb102418b6d5f4c62227568bb0a2 (patch)
tree0746444a0ac1ab1ec12c7eedc0b94f424d30247a /tests/framework
parenta82ba33c9533d3bfb931b7725cff7ac0478511d3 (diff)
downloadorg.eclipse.papyrus-7d612de5f0a4cb102418b6d5f4c62227568bb0a2.tar.gz
org.eclipse.papyrus-7d612de5f0a4cb102418b6d5f4c62227568bb0a2.tar.xz
org.eclipse.papyrus-7d612de5f0a4cb102418b6d5f4c62227568bb0a2.zip
[releng] [oxygen] Update target definitions and platforms
Change-Id: Ibc3aeb24cea3ba989c3f280f392015588802e63d Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml3
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework/pom.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
index 050a37a7518..7704e47d940 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/pom.xml
@@ -34,6 +34,9 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
<executions>
<execution>
<goals>
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
index 3c224894bf5..0c6182466e4 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
+++ b/tests/framework/org.eclipse.papyrus.tests.framework/pom.xml
@@ -34,6 +34,9 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
<executions>
<execution>
<goals>

Back to the top