]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/argeo-commons/org.argeo.cms.ui.workbench/bnd.bnd
[maven-release-plugin] prepare release argeo-slc-2.3.1
[gpl/argeo-slc.git] / legacy / argeo-commons / 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.api.cms,\
10 org.argeo.cms,\
11 org.argeo.cms.ui,\
12 org.argeo.eclipse.spring,\
13 org.argeo.eclipse.ui.util,\
14 org.eclipse.core.runtime.jobs,\
15 org.eclipse.jface.window,\
16 org.eclipse.swt,\
17 org.eclipse.swt.widgets,\
18 org.eclipse.ui.services,\
19 org.osgi.*;version=0.0.0,\
20 org.springframework.core,\
21 org.springframework.beans.factory,\
22 org.springframework.core.io.support,\
23 !org.eclipse.core.runtime,\
24 *
25
26
27 # org.argeo.eclipse.ui.workbench;resolution:=optional,\