Fix bnd file.
authorBruno Sinou <bsinou@argeo.org>
Thu, 11 Dec 2014 16:10:24 +0000 (16:10 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 11 Dec 2014 16:10:24 +0000 (16:10 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7565 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.security.ui.admin/bnd.bnd

index 8bfac3a9a36d564dd3ab944edf18fa3567fdbb20..fef6f7320cacfbac94d79901a0fad0a985dc990a 100644 (file)
@@ -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
+                               *