X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.ui.admin%2Fbnd.bnd;h=7d721beb05f3119605d90a99849023853c2f07c5;hb=2271d52a03e92f0349824b69f7e0f705e2eff01c;hp=8bfac3a9a36d564dd3ab944edf18fa3567fdbb20;hpb=ded125237585a2b9022607f0864ed2a4bfe9f257;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.security.ui.admin/bnd.bnd b/org.argeo.security.ui.admin/bnd.bnd index 8bfac3a9a..7d721beb0 100644 --- a/org.argeo.security.ui.admin/bnd.bnd +++ b/org.argeo.security.ui.admin/bnd.bnd @@ -1,20 +1,17 @@ Bundle-SymbolicName: org.argeo.security.ui.admin;singleton:=true -Bundle-ActivationPolicy: lazy Bundle-Activator: org.argeo.security.ui.admin.SecurityAdminPlugin +Bundle-ActivationPolicy: lazy + Require-Bundle: org.eclipse.core.runtime -Import-Package: *,\ - org.eclipse.core.runtime.jobs,\ - org.argeo.eclipse.spring,\ - org.eclipse.jface.window,\ - org.eclipse.swt,\ - org.eclipse.ui.services,\ - org.springframework.dao,\ - org.eclipse.swt.widgets;version="[0,1)",\ - org.springframework.core -Export-Packages: org.argeo.security.ui.admin.* -# FIXME Import issue: target plateform and imports are not OK for security.dep.node.rcp -# org.eclipse.core.runtime.jobs;version="[3.2,4)",\ -# Useless this bundle? -# org.eclipse.ui;resolution:=optional,\ -# org.eclipse.rap.ui;resolution:=optional +Import-Package: org.eclipse.core.runtime.jobs,\ +org.argeo.eclipse.spring,\ +org.eclipse.jface.window,\ +org.eclipse.swt,\ +org.eclipse.swt.widgets,\ +org.eclipse.ui.services,\ +org.osgi.framework,\ +org.springframework.core,\ +org.springframework.dao,\ +org.springframework.security.provisioning,\ +*