]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui.workbench/bnd.bnd
Prepare Argeo Commons 2.1.52 release
[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.cms.ui.workbench.WorkbenchUiPlugin
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.argeo.eclipse.ui.utils,\
11 org.eclipse.core.runtime.jobs,\
12 org.eclipse.jface.window,\
13 org.eclipse.swt,\
14 org.eclipse.swt.widgets,\
15 org.eclipse.ui.services,\
16 org.osgi.framework,\
17 org.springframework.core,\
18 org.osgi.util.tracker,\
19 org.springframework.beans.factory,\
20 org.springframework.core.io.support,\
21 !org.eclipse.core.runtime,\
22 *
23
24
25 # org.argeo.eclipse.ui.workbench;resolution:=optional,\