X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.ui.workbench%2Fbnd.bnd;h=b80fb435f8cd01c841deb695121bc849b1250895;hb=4338fa5772c552075801aa689e5c2488b85d6756;hp=2a5b6bf675e00b5e31232186e67ac0ca75d190e8;hpb=c873a0359345503b8e3ca07828bd99d525ec7cc0;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.ui.workbench/bnd.bnd b/org.argeo.cms.ui.workbench/bnd.bnd index 2a5b6bf67..b80fb435f 100644 --- a/org.argeo.cms.ui.workbench/bnd.bnd +++ b/org.argeo.cms.ui.workbench/bnd.bnd @@ -1,8 +1,9 @@ Bundle-SymbolicName: org.argeo.cms.ui.workbench;singleton:=true -Bundle-Activator: org.argeo.security.ui.SecurityUiPlugin +Bundle-Activator: org.argeo.cms.ui.workbench.SecurityUiPlugin Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.core.runtime +Require-Bundle: org.eclipse.core.runtime,\ +org.eclipse.core.commands Import-Package: org.argeo.cms.auth,\ org.argeo.eclipse.spring,\ @@ -13,6 +14,10 @@ org.eclipse.swt.widgets,\ org.eclipse.ui.services,\ org.osgi.framework,\ org.springframework.core,\ +org.osgi.util.tracker,\ +org.springframework.beans.factory,\ +org.springframework.core.io.support,\ +!org.eclipse.core.runtime,\ *