]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.ui.workbench/bnd.bnd
[maven-release-plugin] prepare release argeo-commons-2.1.50
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / bnd.bnd
index 4ace8db0e2115f7ab5e16591c3abf5dcb5a5d378..3a91b6aa2ad1932087762396c87ab00674eb4a1f 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.WorkbenchUiPlugin
 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,\