aboutsummaryrefslogtreecommitdiffstats
path: root/org.openembedded.bc.ui/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorKen Gilmer <kgilmer@gmail.com>2010-05-18 21:53:22 -0400
committerKen Gilmer <kgilmer@gmail.com>2010-05-18 21:53:22 -0400
commita7e84830627e50adac5c81ae4dad69aa350933fb (patch)
tree219aa86f4d5f03b29d7bc56f8cdba2702d67082c /org.openembedded.bc.ui/META-INF/MANIFEST.MF
parente27a6dcce13930bfa711a6e72992597a8d1d07c5 (diff)
downloadeclipsetools-a7e84830627e50adac5c81ae4dad69aa350933fb.tar.gz
org.openembedded.bc.ui: initial commit
Diffstat (limited to 'org.openembedded.bc.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.openembedded.bc.ui/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.openembedded.bc.ui/META-INF/MANIFEST.MF b/org.openembedded.bc.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..7e166f7
--- /dev/null
+++ b/org.openembedded.bc.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: BitBake Commander UI Plug-in
+Bundle-SymbolicName: org.openembedded.bc.ui;singleton:=true
+Bundle-Version: 0.8.2.qualifier
+Bundle-Activator: org.openembedded.bc.ui.Activator
+Bundle-Vendor: Ken Gilmer
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.jface.text,
+ org.eclipse.ui.editors,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.console,
+ org.eclipse.core.filesystem
+Eclipse-LazyStart: true
+Bundle-ClassPath: .