From 4978aba66f5f1b32825a9c47b3b6f36241dae705 Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Sat, 10 Nov 2018 12:31:39 -0500 Subject: [PATCH] templating: Make google appengine/apphosting package imports optional 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 --- org.bndtools.templating/bnd.bnd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.bndtools.templating/bnd.bnd b/org.bndtools.templating/bnd.bnd index 5d89b0e2b..f5e41a3a2 100644 --- a/org.bndtools.templating/bnd.bnd +++ b/org.bndtools.templating/bnd.bnd @@ -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=!