Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-06-04 10:57:10 +0000
committerSteffen Pingel2012-06-04 10:57:10 +0000
commitff931827499507008149c97c1f4448e1211a348b (patch)
treec8149d5bdf5b557b877733f4849345e30bb8cbf1 /org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
parentddd1728f314f0f2889c96b041cff76c29faf428d (diff)
downloadorg.eclipse.mylyn.tasks-ff931827499507008149c97c1f4448e1211a348b.tar.gz
org.eclipse.mylyn.tasks-ff931827499507008149c97c1f4448e1211a348b.tar.xz
org.eclipse.mylyn.tasks-ff931827499507008149c97c1f4448e1211a348b.zip
NEW - bug 381550: update version constraints to require 3.8 or later
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381550
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF28
1 files changed, 14 insertions, 14 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index 6bb19fcd0..65d09ad60 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -18,20 +18,20 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.navigator;resolution:=optional,
org.eclipse.ui.views,
org.eclipse.ui.workbench.texteditor,
- org.eclipse.mylyn.discovery.ui;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
- org.eclipse.mylyn.commons.core;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.identity.core;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.net;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.notifications.core;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.notifications.feed;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.notifications.ui;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.repositories.core;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.repositories.ui;bundle-version="0.9.0",
- org.eclipse.mylyn.commons.ui;bundle-version="3.7.0",
- org.eclipse.mylyn.commons.workbench;bundle-version="3.7.0",
- org.eclipse.mylyn.monitor.core;bundle-version="3.7.0",
- org.eclipse.mylyn.monitor.ui;bundle-version="3.7.0",
- org.eclipse.mylyn.tasks.core;bundle-version="3.7.0"
+ org.eclipse.mylyn.discovery.ui;bundle-version="3.8.0";resolution:=optional;x-installation:=greedy,
+ org.eclipse.mylyn.commons.core;bundle-version="3.8.0",
+ org.eclipse.mylyn.commons.identity.core;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.net;bundle-version="3.8.0",
+ org.eclipse.mylyn.commons.notifications.core;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.notifications.feed;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.notifications.ui;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.repositories.ui;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.ui;bundle-version="3.8.0",
+ org.eclipse.mylyn.commons.workbench;bundle-version="3.8.0",
+ org.eclipse.mylyn.monitor.core;bundle-version="3.8.0",
+ org.eclipse.mylyn.monitor.ui;bundle-version="3.8.0",
+ org.eclipse.mylyn.tasks.core;bundle-version="3.8.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.mylyn.internal.provisional.tasks.ui.wizards;x-internal:=true,

Back to the top