Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-27 21:40:00 +0000
committerMatthias Sohn2011-06-27 21:41:04 +0000
commit45c28323ca73844e1adbdbfc688f7ff3f6900145 (patch)
treec91a471bfe210c089707cd4a53e13e05bd64b689 /org.eclipse.mylyn.github.tests/META-INF
parent44cf9a542e7a410e4b06a5ba3f707b712d4f9f7f (diff)
downloadegit-github-45c28323ca73844e1adbdbfc688f7ff3f6900145.tar.gz
egit-github-45c28323ca73844e1adbdbfc688f7ff3f6900145.tar.xz
egit-github-45c28323ca73844e1adbdbfc688f7ff3f6900145.zip
Fix dependencies of org.eclipse.mylyn.github.tests
Change-Id: I064abac1d2b5d9b75ae045761d7e81009500c071 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF')
-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 48512c1c..99a8eb03 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -12,8 +12,8 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
org.objenesis;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: Eclipse EGit
-Import-Package: org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.internal.github.ui.issue;version="[1.0.0,1.1.0)",
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[1.1.0,1.2.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[1.1.0,1.2.0)",
org.mockito;version="[1.8.4,2.0.0)",
org.mockito.runners;version="[1.8.4,2.0.0)",
org.mockito.stubbing;version="[1.8.4,2.0.0)"

Back to the top