]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - ide/plugins/org.argeo.slc.ide.ui/bnd.bnd
Refactor SLC IDE
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.ide.ui / bnd.bnd
diff --git a/ide/plugins/org.argeo.slc.ide.ui/bnd.bnd b/ide/plugins/org.argeo.slc.ide.ui/bnd.bnd
new file mode 100644 (file)
index 0000000..825921f
--- /dev/null
@@ -0,0 +1,22 @@
+Bundle-SymbolicName: org.argeo.slc.ide.ui;singleton=true
+Bundle-Activator: org.argeo.slc.ide.ui.SlcIdeUiPlugin
+Bundle-ActivationPolicy: lazy
+
+Require-Bundle:        org.eclipse.core.runtime,\
+org.eclipse.core.commands
+
+Import-Package:        org.argeo.cms.auth,\
+org.argeo.eclipse.spring,\
+org.argeo.eclipse.ui.utils,\
+org.eclipse.core.runtime.jobs,\
+org.eclipse.jface.window,\
+org.eclipse.swt,\
+org.eclipse.swt.widgets,\
+org.eclipse.ui.services,\
+org.osgi.*;version=0.0.0,\
+org.springframework.core,\
+org.springframework.beans.factory,\
+org.springframework.core.io.support,\
+!org.eclipse.core.runtime,\
+org.eclipse.pde.core,\
+*