[releng] Don't copy jfxrt.jar and jfxswt.jar

Change-Id: Ie5cc530001d9ee62b5c0429ef963164ec6eeaa88
Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
diff --git a/jfxrt.jar b/jfxrt.jar
deleted file mode 100644
index 13e0059..0000000
--- a/jfxrt.jar
+++ /dev/null
Binary files differ
diff --git a/jfxswt.jar b/jfxswt.jar
deleted file mode 100644
index 2bf0028..0000000
--- a/jfxswt.jar
+++ /dev/null
Binary files differ
diff --git a/releng/org.eclipse.papyrus.ease.configuration/pom.xml b/releng/org.eclipse.papyrus.ease.configuration/pom.xml
index 7c48fb2..0b7f226 100644
--- a/releng/org.eclipse.papyrus.ease.configuration/pom.xml
+++ b/releng/org.eclipse.papyrus.ease.configuration/pom.xml
@@ -158,14 +158,7 @@
 								<groupId>com.oracle</groupId>
 								<artifactId>javafx</artifactId>
 								<version>8.0.0-SNAPSHOT</version>
-								<systemPath>jfxswt.jar</systemPath>
-								<scope>system</scope>
-							</extraClasspathElement>
-							<extraClasspathElement>
-								<groupId>com.oracle</groupId>
-								<artifactId>javafxrt</artifactId>
-								<version>8.0.0-SNAPSHOT</version>
-								<systemPath>jfxrt.jar</systemPath>
+								<systemPath>${java.home}/lib/jfxswt.jar</systemPath>
 								<scope>system</scope>
 							</extraClasspathElement>
 						</extraClasspathElements>