Skip to content

Commit

Permalink
Fix compilation error due unresolved org.eclipse.jdt.annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Sep 30, 2024
1 parent 8a8979f commit 2045bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.ui.editors/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Require-Bundle:
org.eclipse.core.filebuffers;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
org.eclipse.core.resources;bundle-version="[3.19.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.10.0,2.0.0)",
org.eclipse.jdt.annotation;bundle-version="2.3";resolution:=optional
org.eclipse.jdt.annotation;bundle-version="2.3.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.ui.editors
1 change: 1 addition & 0 deletions bundles/org.eclipse.ui.editors/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ src.includes = about.html,\
source.. = src/

output.. = bin/
additional.bundles = org.eclipse.jdt.annotation

0 comments on commit 2045bc0

Please sign in to comment.