]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench/bnd.bnd
Merge org.argeo.eclipse.ui.workbench in org.argeo.cms.ui.workbench
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / bnd.bnd
index 2a5b6bf675e00b5e31232186e67ac0ca75d190e8..b80fb435f8cd01c841deb695121bc849b1250895 100644 (file)
@@ -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,\
 *