Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2023-04-19 08:50:22 +0000
committerQuentin Le Menez2023-05-03 08:16:02 +0000
commit12ced02807a37a577e40f8235bccf8c68f220389 (patch)
tree5d395e6e2dfa84a8b82e752a95d8768365eb955f /plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath
parentd50353245cac00d396ae10e7b6010af6ec851d80 (diff)
downloadorg.eclipse.papyrus-12ced02807a37a577e40f8235bccf8c68f220389.tar.gz
org.eclipse.papyrus-12ced02807a37a577e40f8235bccf8c68f220389.tar.xz
org.eclipse.papyrus-12ced02807a37a577e40f8235bccf8c68f220389.zip
Bug 581848 - [Releng] Move to java 17
- Fix java references in Manifests, settings and classpaths Change-Id: Ia058bbf2403aa2cb8d8188c5aac0421e179ab513 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath')
-rwxr-xr-xplugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath b/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath
index b1592a80554..abaa43d8201 100755
--- a/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/.classpath
+++ b/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.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="api"/>

Back to the top