X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.ui.admin%2Fbnd.bnd;h=7d721beb05f3119605d90a99849023853c2f07c5;hb=49d82c2ac3efd92c8a313b0b81c947d78bfa26e5;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=959ea5e8b3cc27eaf6cb31c37d7fc28f2719f6f3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.security.ui.admin/bnd.bnd b/org.argeo.security.ui.admin/bnd.bnd index e69de29bb..7d721beb0 100644 --- a/org.argeo.security.ui.admin/bnd.bnd +++ b/org.argeo.security.ui.admin/bnd.bnd @@ -0,0 +1,17 @@ +Bundle-SymbolicName: org.argeo.security.ui.admin;singleton:=true +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.swt.widgets,\ +org.eclipse.ui.services,\ +org.osgi.framework,\ +org.springframework.core,\ +org.springframework.dao,\ +org.springframework.security.provisioning,\ +*