Skip to content

Commit

Permalink
Merge pull request bndtools#1952 from bjhargrave/guava-fix
Browse files Browse the repository at this point in the history
templating: Make google appengine/apphosting package imports optional
  • Loading branch information
bjhargrave authored Nov 10, 2018
2 parents 35548e3 + 4978aba commit 55ea2af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.bndtools.templating/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ Bundle-ActivationPolicy: lazy

# Disable ALL Eclipse split package attributes, to ensure we import from the "aggregator" bundle(s).
Import-Package: sun.misc; resolution:=optional,\
com.google.appengine.*; resolution:=optional,\
com.google.apphosting.*; resolution:=optional,\
*;ui.workbench=!;common=!;registry=!;texteditor=!;text=!

0 comments on commit 55ea2af

Please sign in to comment.