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