Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2023-05-03 13:42:31 +0000
committerQuentin Le Menez2023-05-03 14:00:10 +0000
commit0d39a60b55419f8d41f47311fedff762ed028062 (patch)
treeca53e34e372638e33129484cfc684f697964c2c6 /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/.classpath
parentc94685e54d18056df9d9ade657daa5ae759ca38b (diff)
downloadorg.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.tar.gz
org.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.tar.xz
org.eclipse.papyrus-0d39a60b55419f8d41f47311fedff762ed028062.zip
Bug 581848 - [Releng] Revert patches to move to Java 17 as it breaks Papyrus
Change-Id: I62f9d7bcb2f6750c4e97ce292423281c6c3c598b 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 946fb3d346f..ad5e13cce77 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-17"/>
+ <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="src" path="src-gen"/>

Back to the top