]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.ui.admin/bnd.bnd
Refactoring: move all code needing the workbench from eclipse.ui to eclipse.ui.workbe...
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / bnd.bnd
1 Bundle-SymbolicName: org.argeo.security.ui.admin;singleton:=true
2
3 Bundle-Activator: org.argeo.security.ui.admin.SecurityAdminPlugin
4 Bundle-ActivationPolicy: lazy
5
6 Require-Bundle: org.eclipse.core.runtime
7
8 Export-Packages: org.argeo.security.ui.admin.*
9
10 Import-Package: org.eclipse.core.runtime.jobs,\
11 org.argeo.eclipse.spring,\
12 org.eclipse.jface.window,\
13 org.eclipse.swt,\
14 org.eclipse.swt.widgets;version="[0,1)",\
15 org.eclipse.ui.services,\
16 org.osgi.framework;version="[1.5,2)",\
17 org.springframework.core,\
18 org.springframework.dao,\
19 *