Fix projects dependencies and build strategies after refactoring.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.rcp / bnd.bnd
index 8e43cdfdf6f63ac9da3972cd90ac4907bdfb88b0..4fd32e8c86eab5b2eb580cc1fee77925fa7b1649 100644 (file)
@@ -1,11 +1,18 @@
-Bundle-ActivationPolicy: lazy
-Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin
-Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime
-Import-Package: org.springframework.beans.factory,\
-org.springframework.core.io.support,\
-org.apache.commons.io,\
-org.argeo,\
-!org.eclipse.core.runtime,\
-!org.eclipse.core.commands,\
-!org.eclipse.ui.plugin,\
-*
+Require-Bundle: org.eclipse.ui,\
+                               org.eclipse.core.runtime
+Import-Package: org.apache.commons.io,\
+                               org.argeo,\
+                               org.eclipse.core.commands,\
+                               org.eclipse.swt.widgets;version="[0,4.0)",\
+                               org.springframework.beans.factory,\
+                               org.springframework.core.io.support,\
+                               !org.eclipse.core.runtime,\
+                               !org.eclipse.ui.plugin,\
+                               *
+
+
+# Was !org.eclipse.core.commands,\ why ?
+
+#Bundle-Activator: org.argeo.eclipse.ui.ArgeoUiPlugin
+#Bundle-ActivationPolicy: lazy
+#Ignore-Package: org.eclipse.core.commands
\ No newline at end of file