]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.eclipse.ui/bnd.bnd
Some tries for the users
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / bnd.bnd
index 41f9266c98af465edd034ddcca2bb743cd1611a4..c7b5f88f14cd3d567354ed0182309b870b10ab69 100644 (file)
@@ -1,9 +1,19 @@
-Bundle-ActivationPolicy: lazy
-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,\
-!org.eclipse.core.runtime,\
-!org.eclipse.core.commands,\
-!org.eclipse.ui.plugin,\
-*
+Require-Bundle: org.eclipse.core.runtime
+Import-Package: org.eclipse.core.commands,\
+                               org.eclipse.jface.window,\
+                               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.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,\