Commit ce78b44 1 parent 24a8495 commit ce78b44 Copy full SHA for ce78b44
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 " />
4
4
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
5
<classpathentry kind =" src" path =" src" />
6
6
<classpathentry kind =" output" path =" bin" />
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
3
- org.eclipse.jdt.core.compiler.compliance =17
2
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
3
+ org.eclipse.jdt.core.compiler.compliance =21
4
4
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
5
5
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
7
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
8
8
org.eclipse.jdt.core.compiler.release =enabled
9
- org.eclipse.jdt.core.compiler.source =17
9
+ org.eclipse.jdt.core.compiler.source =21
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Bundle-SymbolicName: com.vogella.swt.widgets
5
5
Bundle-Version : 1.0.0.qualifier
6
6
Bundle-Vendor : VOGELLA
7
7
Automatic-Module-Name : com.vogella.swt.widgets
8
- Bundle-RequiredExecutionEnvironment : JavaSE-17
8
+ Bundle-RequiredExecutionEnvironment : JavaSE-21
9
9
Require-Bundle : org.eclipse.core.runtime;bundle-version="3.20.100",
10
10
org.eclipse.jface;bundle-version="3.22.100"
11
11
Export-Package : com.vogella.swt.widgets
You can’t perform that action at this time.
0 commit comments