Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-06-17 20:51:27 +0000
committermkersten2005-06-17 20:51:27 +0000
commit7320e6f5ba8114f927eeeed9f0b11ecd2041f414 (patch)
treee9a9d5d9e0ffb37dc8e575c8402a2008cea563d3 /org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
downloadorg.eclipse.mylyn.tasks-7320e6f5ba8114f927eeeed9f0b11ecd2041f414.tar.gz
org.eclipse.mylyn.tasks-7320e6f5ba8114f927eeeed9f0b11ecd2041f414.tar.xz
org.eclipse.mylyn.tasks-7320e6f5ba8114f927eeeed9f0b11ecd2041f414.zip
Initial mylar contribution
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF36
1 files changed, 36 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..7d2e25e41
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -0,0 +1,36 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Bugzilla Plug-in
+Bundle-SymbolicName: org.eclipse.mylar.bugzilla; singleton:=true
+Bundle-Version: 1.7.2
+Bundle-Activator: org.eclipse.mylar.bugzilla.BugzillaPlugin
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.compare,
+ org.eclipse.search,
+ org.eclipse.ui.views,
+ org.eclipse.ui.ide,
+ org.eclipse.help,
+ org.eclipse.help.ui,
+ org.eclipse.jface.text,
+ org.eclipse.ui.workbench.texteditor,
+ org.eclipse.ui.editors,
+ org.eclipse.pde.ui
+Eclipse-AutoStart: true
+Bundle-Vendor: University of British Columbia
+Bundle-ClassPath: bugzilla-eclipse.jar
+Export-Package: org.eclipse.mylar.bugzilla,
+ org.eclipse.mylar.bugzilla.compare,
+ org.eclipse.mylar.bugzilla.core,
+ org.eclipse.mylar.bugzilla.core.internal,
+ org.eclipse.mylar.bugzilla.favorites,
+ org.eclipse.mylar.bugzilla.favorites.actions,
+ org.eclipse.mylar.bugzilla.offlineReports,
+ org.eclipse.mylar.bugzilla.saveQuery,
+ org.eclipse.mylar.bugzilla.search,
+ org.eclipse.mylar.bugzilla.ui,
+ org.eclipse.mylar.bugzilla.ui.editor,
+ org.eclipse.mylar.bugzilla.ui.outline,
+ org.eclipse.mylar.bugzilla.ui.wizard

Back to the top