X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.ui.admin%2Fbnd.bnd;h=fef6f7320cacfbac94d79901a0fad0a985dc990a;hb=631dd72caa6668eecb9583aa00edfa933b298699;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..fef6f7320 100644 --- a/org.argeo.security.ui.admin/bnd.bnd +++ b/org.argeo.security.ui.admin/bnd.bnd @@ -1,20 +1,19 @@ 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,\ + +Export-Packages: org.argeo.security.ui.admin.* + +Import-Package: org.eclipse.core.runtime.jobs,\ org.argeo.eclipse.spring,\ org.eclipse.jface.window,\ org.eclipse.swt,\ + org.eclipse.swt.widgets;version="[0,1)",\ org.eclipse.ui.services,\ + org.osgi.framework;version="[1.5,2)",\ + org.springframework.core,\ 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 + *