Skip to content

Commit

Permalink
templating: Make google appengine/apphosting package imports optional
Browse files Browse the repository at this point in the history
The updated Bnd now finds Class.forName references to these packages
in guava and imports them. Since we do not really care about them, we
make the imports optional so we can resolve in Eclipse.

Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Nov 10, 2018
1 parent 35548e3 commit 4978aba
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 4978aba

Please sign in to comment.