Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-24 21:39:05 +0000
committerThomas Wolf2019-03-24 21:45:27 +0000
commit151c05786179f7bed55e59850468a4eabd96ed6d (patch)
treef00b783d16e3fc44a540d0e3f12c4899a0dd2755 /org.eclipse.mylyn.github.tests
parente9a4057a0cb71f9e659d88f82e6b24e98f74218d (diff)
downloadegit-github-151c05786179f7bed55e59850468a4eabd96ed6d.tar.gz
egit-github-151c05786179f7bed55e59850468a4eabd96ed6d.tar.xz
egit-github-151c05786179f7bed55e59850468a4eabd96ed6d.zip
Set minimum versions to the ones from Neon.0
Change-Id: I5a7e75424bb1f1f55dcbd3a7b8988dad7fda2055 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.mylyn.github.tests')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 5511e23f..61ed3b9f 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ Automatic-Module-Name: org.eclipse.mylyn.github.tests
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.21.0,4.0.0)",
+Require-Bundle: org.eclipse.jface.text;bundle-version="[3.11.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.20.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