Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-07-12 16:27:45 +0000
committersminto2005-07-12 16:27:45 +0000
commit3059c812ee26d2a7374a7d4d7d11b1227148a900 (patch)
tree6c551073d81506e7b5811186bdbd2887243a6d8e /org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
parentc8565b6360ad4e68817c124b17d637ed300577ce (diff)
downloadorg.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.tar.gz
org.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.tar.xz
org.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.zip
Fixed Bug# 102916 split bugzilla into core and ui plugins
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF20
1 files changed, 18 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
index 2633aa0ce..b7431aebd 100644
--- a/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.ui/META-INF/MANIFEST.MF
@@ -1,11 +1,27 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui Plug-in
-Bundle-SymbolicName: org.eclipse.mylar.bugzilla.ui
+Bundle-SymbolicName: org.eclipse.mylar.bugzilla.ui; singleton:=true
Bundle-Version: 0.3.1
Bundle-Activator: org.eclipse.mylar.bugzilla.ui.BugzillaUiPlugin
Bundle-Vendor: University of British Columbia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.compare,
+ org.eclipse.search,
+ org.eclipse.ui.views,
+ org.eclipse.ui.ide,
+ org.eclipse.mylar.bugzilla.core
Eclipse-AutoStart: true
+Export-Package: org.eclipse.mylar.bugzilla.ui,
+ org.eclipse.mylar.bugzilla.ui.actions,
+ org.eclipse.mylar.bugzilla.ui.editor,
+ org.eclipse.mylar.bugzilla.ui.favorites,
+ org.eclipse.mylar.bugzilla.ui.favorites.actions,
+ org.eclipse.mylar.bugzilla.ui.outline,
+ org.eclipse.mylar.bugzilla.ui.query,
+ org.eclipse.mylar.bugzilla.ui.search,
+ org.eclipse.mylar.bugzilla.ui.wizard
+Bundle-ClassPath: bugzilla-ui.jar

Back to the top