Switch to Java 21 the branding plugin
This commit is contained in:
@@ -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-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.equinox.p2.ui.sdk,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.eclipse.equinox.p2.engine
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-Localization: plugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
|
||||
Reference in New Issue
Block a user