[releng] Problem with FXCanvas

Change-Id: I8459c494dbabe64f0b768039aa5793d7d41b3e97
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
diff --git a/bundles/org.eclipse.papyrus.aceeditor/build.properties b/bundles/org.eclipse.papyrus.aceeditor/build.properties
index 34d2e4d..6395745 100644
--- a/bundles/org.eclipse.papyrus.aceeditor/build.properties
+++ b/bundles/org.eclipse.papyrus.aceeditor/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               ace-min-noconflict/,\
+               about.html
diff --git a/releng/org.eclipse.papyrus.ease.configuration/pom.xml b/releng/org.eclipse.papyrus.ease.configuration/pom.xml
index 88fea55..f695767 100644
--- a/releng/org.eclipse.papyrus.ease.configuration/pom.xml
+++ b/releng/org.eclipse.papyrus.ease.configuration/pom.xml
@@ -160,6 +160,13 @@
 							<systemPath>${java.home}/lib/jfxswt.jar</systemPath>
 							<scope>system</scope>
 						</extraClasspathElement>
+						<extraClasspathElement>
+							<groupId>com.oracle</groupId>
+							<artifactId>javafxrt</artifactId>
+							<version>8.0.0-SNAPSHOT</version>
+							<systemPath>${java.home}/lib/ext/jfxrt.jar</systemPath>
+							<scope>system</scope>
+						</extraClasspathElement>
 					</extraClasspathElements>
 				</configuration>
 			</plugin>