]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.eclipse.ui.workbench/bnd.bnd
Centralize the Data explorer and the Osgi explorer in a single bundle.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / bnd.bnd
diff --git a/org.argeo.eclipse.ui.workbench/bnd.bnd b/org.argeo.eclipse.ui.workbench/bnd.bnd
new file mode 100644 (file)
index 0000000..12e9e59
--- /dev/null
@@ -0,0 +1,16 @@
+Bundle-SymbolicName: org.argeo.eclipse.ui.workbench;singleton:=true
+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
+
+Import-Package: org.argeo.eclipse.ui.specific,\
+                               org.argeo.eclipse.spring,\
+                               org.osgi.framework,\
+                               org.osgi.service.packageadmin,\
+                               org.springframework.beans.factory,\
+                               org.springframework.core.io.support,\
+                               *