Improve workbench layer
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / bnd.bnd
index 2a5b6bf675e00b5e31232186e67ac0ca75d190e8..3e0d1c69c42bb3d1d398f00da2757ab0ee40c8d6 100644 (file)
@@ -2,7 +2,8 @@ Bundle-SymbolicName: org.argeo.cms.ui.workbench;singleton:=true
 Bundle-Activator: org.argeo.security.ui.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,\
 *