Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-04 03:45:52 +0000
committerspingel2008-04-04 03:45:52 +0000
commit48924ae26ac38fe2b7032289ea0fdb075964810e (patch)
tree1e8b0af81011cd5bbbd8c19e53afab96019f9422 /org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
parent970ff3cf995698d6df0da7ae93b2f5827ba22fca (diff)
downloadorg.eclipse.mylyn.tasks-48924ae26ac38fe2b7032289ea0fdb075964810e.tar.gz
org.eclipse.mylyn.tasks-48924ae26ac38fe2b7032289ea0fdb075964810e.tar.xz
org.eclipse.mylyn.tasks-48924ae26ac38fe2b7032289ea0fdb075964810e.zip
NEW - bug 215944: implement cancellation support for JIRA
https://bugs.eclipse.org/bugs/show_bug.cgi?id=215944
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index cc99f185d..3047cdad4 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.eclipse.mylyn.tasks.ui.TasksUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.core.expressions;bundle-version="3.4.0",
+ org.eclipse.core.expressions,
org.eclipse.core.net,
org.eclipse.core.resources,
org.eclipse.ui.forms,

Back to the top