Refactoring: move all code needing the workbench from eclipse.ui to eclipse.ui.workbe...
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / bnd.bnd
index ca6aaf028448a0eae12f65a13b8e17408377d0c2..1c68f758debe5c2ed749b58bb320d8f42266974e 100644 (file)
@@ -1,15 +1,19 @@
-Bundle-ActivationPolicy: lazy
-#Bundle-SymbolicName: org.argeo.eclipse.ui;singleton:=true
-#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin 
-Require-Bundle: org.eclipse.ui;resolution:=optional,\
-                               org.eclipse.rap.ui;resolution:=optional,\
-                               org.eclipse.core.runtime
-Import-Package: org.springframework.beans.factory,\
-                               org.springframework.core.io.support,\
+Require-Bundle: org.eclipse.core.runtime
+Import-Package: org.eclipse.core.commands,\
+                               org.eclipse.swt,\
                                org.eclipse.swt.widgets;version="[0,1)",\
                                org.osgi.framework;version="[1.5,2)",\
                                org.osgi.util.tracker;version="[1.4,2)",\
-                               !org.eclipse.core.runtime,\
-                               !org.eclipse.core.commands,\
-                               !org.eclipse.ui.plugin,\
+                               org.springframework.beans.factory,\
+                               org.springframework.core.io.support,\
                                *
+
+                               
+# Was: 
+#Bundle-ActivationPolicy: lazy
+#Bundle-SymbolicName: org.argeo.eclipse.ui;singleton:=true
+#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin 
+
+#!org.eclipse.core.commands,\ 
+# !org.eclipse.core.runtime,\
+# !org.eclipse.ui.plugin,\