Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2020-10-27 10:28:01 +0000
committerQuentin Le Menez2020-11-09 13:25:11 +0000
commita7f0fe5b065b795521964f4bbbbaf0297994cd43 (patch)
tree8592a609f03402c107d93ac38475b8eb0788f228 /tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath
parentcbc2667bb24b2c8e946afeedc904ba3bf718434a (diff)
downloadorg.eclipse.papyrus-a7f0fe5b065b795521964f4bbbbaf0297994cd43.tar.gz
org.eclipse.papyrus-a7f0fe5b065b795521964f4bbbbaf0297994cd43.tar.xz
org.eclipse.papyrus-a7f0fe5b065b795521964f4bbbbaf0297994cd43.zip
Bug 564770 - [Releng] Migrate to Java 11 and 2020-12 train
- second pass on the manifests, classpath and settings files for java 11 compliance - corrected missing manifest dependencies - seems to be a problem with the uml.tests.suite getting stuck Change-Id: I225f06da4f854f1b86fa1361fcc2a8e2fd3f0231 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr> Also-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Also-by: Patrick Tessier <patrick.tessier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath')
-rwxr-xr-xtests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath b/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath
index eca7bdba8f0..e801ebfb468 100755
--- a/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/.classpath
+++ b/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.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"/>
<classpathentry kind="output" path="bin"/>

Back to the top