]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui.workbench/bnd.bnd
Add local FS support
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / bnd.bnd
1 Bundle-SymbolicName: org.argeo.eclipse.ui.workbench;singleton:=true
2 Bundle-ActivationPolicy: lazy
3 Bundle-Activator: org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin
4
5 Require-Bundle: org.eclipse.ui;resolution:=optional,\
6 org.eclipse.core.runtime,\
7 org.eclipse.rap.ui;resolution:=optional,\
8 org.eclipse.rap.ui.workbench;resolution:=optional
9
10 Import-Package: org.argeo.eclipse.ui.specific,\
11 org.eclipse.swt.widgets,\
12 org.osgi.framework,\
13 org.osgi.service.packageadmin,\
14 org.osgi.util.tracker,\
15 org.springframework.beans.factory,\
16 org.springframework.core.io.support,\
17 !org.eclipse.core.runtime,\
18 *