File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
eclipse.platform.common/bundles/org.eclipse.platform.doc.tips Expand file tree Collapse file tree 3 files changed +9
-9
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 <attributes >
55 <attribute name =" module" value =" true" />
66 </attributes >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3- org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
4- org.eclipse.jdt.core.compiler.compliance =17
3+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
4+ org.eclipse.jdt.core.compiler.compliance =21
55org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
66org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
77org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
88org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
99org.eclipse.jdt.core.compiler.release =enabled
10- org.eclipse.jdt.core.compiler.source =17
10+ org.eclipse.jdt.core.compiler.source =21
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Platform Doc Tips
44Bundle-SymbolicName : org.eclipse.platform.doc.tips;singleton:=true
5- Bundle-Version : 0.3.100 .qualifier
5+ Bundle-Version : 0.4.0 .qualifier
66Automatic-Module-Name : org.eclipse.platform.doc.tips
7- Bundle-RequiredExecutionEnvironment : JavaSE-17
7+ Bundle-RequiredExecutionEnvironment : JavaSE-21
88Require-Bundle : org.eclipse.tips.core,
9- org.eclipse.tips.ui;bundle-version="0.1 .0",
10- org.eclipse.swt;bundle-version="3.107 .0",
9+ org.eclipse.tips.ui;bundle-version="0.4 .0",
10+ org.eclipse.swt;bundle-version="3.133 .0",
1111 org.eclipse.core.runtime;bundle-version="[3.28.0,4.0.0)",
12- org.eclipse.jface;bundle-version="3.14 .0",
12+ org.eclipse.jface;bundle-version="3.39 .0",
1313 org.jsoup;bundle-version="1.8.3"
You can’t perform that action at this time.
0 commit comments