X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fbnd.bnd;fp=org.argeo.eclipse.ui.workbench%2Fbnd.bnd;h=12e9e59eb97a04ea0cdd01faf8a47ec153687164;hb=21a4ea1fb5380ce1dd763c1ea09067cdd2dfd0f3;hp=0000000000000000000000000000000000000000;hpb=d9c415444754b60b586ee0145d7a382ed132178d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd new file mode 100644 index 000000000..12e9e59eb --- /dev/null +++ b/org.argeo.eclipse.ui.workbench/bnd.bnd @@ -0,0 +1,16 @@ +Bundle-SymbolicName: org.argeo.eclipse.ui.workbench;singleton:=true +Bundle-ActivationPolicy: lazy +Bundle-Activator: org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin + +Require-Bundle: org.eclipse.ui;resolution:=optional,\ + org.eclipse.core.runtime,\ + org.eclipse.rap.ui;resolution:=optional,\ + org.eclipse.rap.ui.workbench;resolution:=optional + +Import-Package: org.argeo.eclipse.ui.specific,\ + org.argeo.eclipse.spring,\ + org.osgi.framework,\ + org.osgi.service.packageadmin,\ + org.springframework.beans.factory,\ + org.springframework.core.io.support,\ + *