]> 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 4ace8db0e2115f7ab5e16591c3abf5dcb5a5d378..b80fb435f8cd01c841deb695121bc849b1250895 100644 (file)
@@ -1,16 +1,24 @@
 Bundle-SymbolicName: org.argeo.cms.ui.workbench;singleton:=true
-Bundle-Activator: org.argeo.security.ui.admin.SecurityAdminPlugin
+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.eclipse.core.runtime.jobs,\
-org.argeo.cms.auth,\
+Import-Package:        org.argeo.cms.auth,\
 org.argeo.eclipse.spring,\
+org.eclipse.core.runtime.jobs,\
 org.eclipse.jface.window,\
 org.eclipse.swt,\
 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,\
 *                              
+
+
+# org.argeo.eclipse.ui.workbench;resolution:=optional,\