X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=inline;f=org.argeo.cms.ui.workbench%2Fbnd.bnd;h=3a91b6aa2ad1932087762396c87ab00674eb4a1f;hb=dc93936c7d73fffd76f9bdea83c22c74de0c1c7a;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..3a91b6aa2 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.WorkbenchUiPlugin 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,\ *