Skip to content

Commit

Permalink
Merge pull request bndtools#1953 from bjhargrave/jgit-fix
Browse files Browse the repository at this point in the history
gitrepo: Make sun package imports optional
  • Loading branch information
bjhargrave authored Nov 10, 2018
2 parents 55ea2af + 42baab2 commit ec66d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.bndtools.templating.gitrepo/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ Bundle-ActivationPolicy: lazy
Bundle-SymbolicName: org.bndtools.templating.gitrepo; singleton:=true
# Disable ALL Eclipse split package attributes, to ensure we import from the "aggregator" bundle(s).
Import-Package: \
sun.net.www.protocol.*; resolution:=optional,\
sun.security.*; resolution:=optional,\
*;ui.workbench=!;common=!;registry=!;texteditor=!;text=!

0 comments on commit ec66d5b

Please sign in to comment.