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
See #1424
  • Loading branch information
iloveeclipse committed Sep 30, 2024
1 parent 3f973e8 commit 145d3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/org.eclipse.tools.layout.spy/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Localization: plugin
Require-Bundle: org.eclipse.jface.databinding;bundle-version="1.9.0",
org.eclipse.core.databinding.observable,
org.eclipse.jdt.annotation;resolution:=optional,
org.eclipse.jdt.annotation;bundle-version="2.3.0";resolution:=optional,
org.eclipse.core.databinding.property;bundle-version="1.6.0",
org.eclipse.ui;bundle-version="3.109.0"
Import-Package: org.eclipse.core.runtime;version="3.5.0",
Expand Down
1 change: 1 addition & 0 deletions ui/org.eclipse.tools.layout.spy/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ bin.includes = META-INF/,\
about.html,\
icons/
src.includes = about.html
jars.extra.classpath=platform:/plugin/org.eclipse.jdt.annotation

0 comments on commit 145d3d3

Please sign in to comment.