File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eclipse-distribution/org.springframework.boot.ide.branding Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " />
3+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " />
44 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
55 <classpathentry kind =" src" path =" src/" />
66 <classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui,
99 org.eclipse.equinox.p2.ui.sdk,
1010 org.springsource.ide.eclipse.commons.core,
1111 org.eclipse.equinox.p2.engine
12- Bundle-RequiredExecutionEnvironment : JavaSE-17
12+ Bundle-RequiredExecutionEnvironment : JavaSE-21
1313Bundle-Localization : plugin
1414Bundle-ActivationPolicy : lazy
1515Import-Package : org.eclipse.core.runtime,
You can’t perform that action at this time.
0 commit comments