Skip to content

Commit

Permalink
Synchronize JDT core version with batch compiler version
Browse files Browse the repository at this point in the history
Also make sure jdt.core requires same API version as batch compiler.

Fixes #1987
  • Loading branch information
iloveeclipse committed Feb 15, 2024
1 parent b05494a commit 1941025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.18.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.7.0,2.0.0)",
org.eclipse.text;bundle-version="[3.6.0,4.0.0)",
org.eclipse.team.core;bundle-version="[3.1.0,4.0.0)";resolution:=optional,
org.eclipse.jdt.core.compiler.batch;bundle-version="3.36.0";visibility:=reexport
org.eclipse.jdt.core.compiler.batch;bundle-version="[3.37.0,3.38.0)";visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-17
Eclipse-ExtensibleAPI: true
Bundle-ActivationPolicy: lazy
Expand Down

0 comments on commit 1941025

Please sign in to comment.