]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui.workbench/bnd.bnd
3e0d1c69c42bb3d1d398f00da2757ab0ee40c8d6
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / bnd.bnd
1 Bundle-SymbolicName: org.argeo.cms.ui.workbench;singleton:=true
2 Bundle-Activator: org.argeo.security.ui.SecurityUiPlugin
3 Bundle-ActivationPolicy: lazy
4
5 Require-Bundle: org.eclipse.core.runtime,\
6 org.eclipse.core.commands
7
8 Import-Package: org.argeo.cms.auth,\
9 org.argeo.eclipse.spring,\
10 org.eclipse.core.runtime.jobs,\
11 org.eclipse.jface.window,\
12 org.eclipse.swt,\
13 org.eclipse.swt.widgets,\
14 org.eclipse.ui.services,\
15 org.osgi.framework,\
16 org.springframework.core,\
17 org.osgi.util.tracker,\
18 org.springframework.beans.factory,\
19 org.springframework.core.io.support,\
20 !org.eclipse.core.runtime,\
21 *
22
23
24 # org.argeo.eclipse.ui.workbench;resolution:=optional,\