Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-03-08 14:13:10 +0000
committerMichael Keppler2019-03-08 14:13:10 +0000
commit512f7a8d5812cf70c7592d41d839714dc59a021d (patch)
tree8e1b622dfd401429168d8b075f346b0e9717d7c4 /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parentac7688017ffeb5b0e2fe34a8ec9483b80a7bfeb9 (diff)
downloadegit-github-512f7a8d5812cf70c7592d41d839714dc59a021d.tar.gz
egit-github-512f7a8d5812cf70c7592d41d839714dc59a021d.tar.xz
egit-github-512f7a8d5812cf70c7592d41d839714dc59a021d.zip
Require Mylyn 3.21 (Neon+)
The oldest tested target platform in egit (egit-4.6.target) contains Mylyn 3.21.0. We should therefore require at least that version as dependency both in the egit/egit-github plugins and features. All changes have been done by matching the current version of each bundle from the target platform in the manifest editor. I.e. this was no search and replace. Change-Id: I6b33256fbb381563226a6374d2d968b2e0e62bdc Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index fe44a1ee..f1fb1e66 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -11,19 +11,19 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.tasks.ui;bundle-version="[3.9.0,4.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.21.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.mylyn.commons.core;bundle-version="[3.9.0,4.0.0)",
- org.eclipse.mylyn.commons.workbench;bundle-version="[3.9.0,4.0.0)",
- org.eclipse.mylyn.commons.net;bundle-version="[3.9.0,4.0.0)",
- org.eclipse.mylyn.tasks.core;bundle-version="[3.9.0,4.0.0)",
+ org.eclipse.mylyn.commons.core;bundle-version="[3.21.0,4.0.0)",
+ org.eclipse.mylyn.commons.workbench;bundle-version="[3.21.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.21.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.21.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.mylyn.commons.ui;bundle-version="[3.9.0,4.0.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.21.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.context.core;bundle-version="[3.9.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.9.0,4.0.0)",
- org.eclipse.mylyn.resources.ui;bundle-version="[3.9.0,4.0.0)"
+ org.eclipse.mylyn.context.core;bundle-version="[3.21.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.21.0,4.0.0)",
+ org.eclipse.mylyn.resources.ui;bundle-version="[3.21.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.4.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="5.4.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="5.4.0";x-internal:=true

Back to the top