Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2023-05-04 13:12:21 +0000
committerVincent Lorenzo2023-05-09 13:16:34 +0000
commitbec523087e5ffb7d6a70d7f73717df2b6a42bf0b (patch)
treef668f7e132d3386a9cefcae4df800605f07c6bc4 /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath
parent0d39a60b55419f8d41f47311fedff762ed028062 (diff)
downloadorg.eclipse.papyrus-bec523087e5ffb7d6a70d7f73717df2b6a42bf0b.tar.gz
org.eclipse.papyrus-bec523087e5ffb7d6a70d7f73717df2b6a42bf0b.tar.xz
org.eclipse.papyrus-bec523087e5ffb7d6a70d7f73717df2b6a42bf0b.zip
Revert "Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks Papyrus"
- Remove the latest gef-classic to point on the 2023-03 train pending patch for 2023-06 - Update pom plugin versions to the lates available This reverts commit 0d39a60b55419f8d41f47311fedff762ed028062. Change-Id: I2473af5176c49daa45d944de2fb0d2f6581c3484 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath
index ad5e13cce77..946fb3d346f 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.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-11"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>

Back to the top