]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/plugins/org.argeo.slc.ide.ui/bnd.bnd
Merge branch 'master' of https://github.com/argeo/argeo-slc.git
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.ide.ui / bnd.bnd
1 Bundle-SymbolicName: org.argeo.slc.ide.ui;singleton=true
2 Bundle-Activator: org.argeo.slc.ide.ui.SlcIdeUiPlugin
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.*;version=0.0.0,\
17 org.springframework.core,\
18 org.springframework.beans.factory,\
19 org.springframework.core.io.support,\
20 !org.eclipse.core.runtime,\
21 org.eclipse.pde.core,\
22 *