Centralise login in Kernel
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / bnd.bnd
index d6c44eeb98bfd7eea3ed3cc935ecb39b6a1b988c..cc95c7652b641651a755806b78631061259fab53 100644 (file)
@@ -3,15 +3,15 @@ Bundle-ActivationPolicy: lazy
 Bundle-Activator: org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin
 
 Require-Bundle: org.eclipse.ui;resolution:=optional,\
-                               org.eclipse.core.runtime,\
-                               org.eclipse.rap.ui;resolution:=optional,\
-                               org.eclipse.rap.ui.workbench;resolution:=optional
+org.eclipse.core.runtime,\
+org.eclipse.rap.ui;resolution:=optional,\
+org.eclipse.rap.ui.workbench;resolution:=optional
 
 Import-Package: org.argeo.eclipse.ui.specific,\
-                               org.eclipse.swt.widgets;version="[0,1)",\
-                               org.osgi.framework;version="[1.5,2)",\
-                               org.osgi.service.packageadmin,\
-                               org.osgi.util.tracker;version="[1.4,2)",\
-                               org.springframework.beans.factory,\
-                               org.springframework.core.io.support,\
-                               *
+org.eclipse.swt.widgets;version="[0,1)",\
+org.osgi.framework;version="[1.5,2)",\
+org.osgi.service.packageadmin,\
+org.osgi.util.tracker;version="[1.4,2)",\
+org.springframework.beans.factory,\
+org.springframework.core.io.support,\
+*