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.tests/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.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index a4e41418..5511e23f 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-SymbolicName: org.eclipse.mylyn.github.tests
Bundle-Version: 5.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.21.0,4.0.0)",
org.junit;bundle-version="[4.12.0,5.0.0)"
Bundle-Vendor: Eclipse EGit
Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.4.0,5.5.0)",

Back to the top