Skip to content

Commit

Permalink
Merge pull request #5786 from tjwatson/fixIssue5785
Browse files Browse the repository at this point in the history
Add package attribute "manipulation" to be ignored
  • Loading branch information
pkriens authored Sep 30, 2023
2 parents 99e901c + 77ce258 commit 4c7f031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnf/includes/bndtools.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Bundle-DocURL: https://bndtools.org/
# considered API by the Eclipse project and therefore is free
# to move to another bundle.
eclipse.importpackage: \
org.eclipse.jdt.internal.corext.refactoring.*;version=!;ui.workbench=!;common=!;registry=!;texteditor=!;text=!,\
org.eclipse.*;bundle-symbolic-name="${@bundlesymbolicname}";bundle-version="${range;[==,+);${@bundleversion}}";version=!;ui.workbench=!;common=!;registry=!;texteditor=!;text=!
org.eclipse.jdt.internal.corext.refactoring.*;version=!;ui.workbench=!;common=!;registry=!;texteditor=!;text=!;manipulation=!,\
org.eclipse.*;bundle-symbolic-name="${@bundlesymbolicname}";bundle-version="${range;[==,+);${@bundleversion}}";version=!;ui.workbench=!;common=!;registry=!;texteditor=!;text=!;manipulation=!

# Decorate Equinox OSGi framework dependency
-buildpath+.equinox: "org.eclipse.osgi";maven-scope=provided
Expand Down

0 comments on commit 4c7f031

Please sign in to comment.