Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2008-04-14 04:25:48 +0000
committerrelves2008-04-14 04:25:48 +0000
commitb0e40e6fed54b93f7a08d605d7d9452da485abe5 (patch)
tree45326b894558bd913a813087035105fa262ffeab /org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
parent376eb3a0dbbca2a7df336dd71e97780e0bdc32ff (diff)
downloadorg.eclipse.mylyn.tasks-b0e40e6fed54b93f7a08d605d7d9452da485abe5.tar.gz
org.eclipse.mylyn.tasks-b0e40e6fed54b93f7a08d605d7d9452da485abe5.tar.xz
org.eclipse.mylyn.tasks-b0e40e6fed54b93f7a08d605d7d9452da485abe5.zip
NEW - bug 225872: implement cancellation support for Bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225872
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 76e589ea8..21376838b 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -7,7 +7,8 @@ Bundle-Activator: org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.mylyn.web.core;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)"
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.core.net
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .

Back to the top