Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian NOYRIT2020-04-10 21:31:11 +0000
committerFlorian NOYRIT2020-04-14 13:19:18 +0000
commit778afa548ddb62beb8a1c2091456f6702b101ef7 (patch)
tree10740ec45468afe0ab96ae8f3694f405cc6d1240 /tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath
parent0081002714e206ea9bae4dae2fa504ac62062762 (diff)
downloadorg.eclipse.papyrus-bugs/553358-Migrate_Papyrus_to_JavaSE-11.tar.gz
org.eclipse.papyrus-bugs/553358-Migrate_Papyrus_to_JavaSE-11.tar.xz
org.eclipse.papyrus-bugs/553358-Migrate_Papyrus_to_JavaSE-11.zip
Bug 553358 - Migrate Papyrus to JavaSE-11bugs/553358-Migrate_Papyrus_to_JavaSE-11
* Updated the required execution environments in MANIFESTs to JavaSE-11 * Updated the JRE System library in the Classpaths to JavaSE-11 * Updated Maven POM config to build with JavaSE-11 Signed-off-by: Florian NOYRIT <florian.noyrit@cea.fr>
Diffstat (limited to 'tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath')
-rwxr-xr-xtests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath b/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath
index 3e5654f17eb..a42a828e04a 100755
--- a/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath
+++ b/tests/compatibility/cdo/org.eclipse.papyrus.compatibility.cdo.tests/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>

Back to the top