Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-15 19:45:04 +0000
committerChristian Trutz2011-04-15 19:45:04 +0000
commite3d366782907da89f931224481251c7ffb6d9b33 (patch)
tree778b9176d41ca4bc5300d52f45f2c4446ba22fd2 /org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
parent9a64661d2a7bd33c9150d8e3d1be35c459580435 (diff)
downloadegit-github-e3d366782907da89f931224481251c7ffb6d9b33.tar.gz
egit-github-e3d366782907da89f931224481251c7ffb6d9b33.tar.xz
egit-github-e3d366782907da89f931224481251c7ffb6d9b33.zip
Target platform upgraded to Mylyn 3.5
Change-Id: If6e0155559f58e262e9b0da1b170749889485d1e Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF3
1 files changed, 2 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 ad8e4248..3b4f7f3d 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Require-Bundle: org.junit4;bundle-version="4.5.0",
org.eclipse.equinox.security;bundle-version="1.0.100",
org.eclipse.mylyn.tasks.core,
org.eclipse.core.runtime;bundle-version="3.5.0",
- org.hamcrest;bundle-version="1.1.0"
+ org.hamcrest;bundle-version="1.1.0",
+ org.objenesis;bundle-version="1.0.0"
Bundle-Vendor: Eclipse EGit
Import-Package: com.google.gson;version="1.6.0",
com.google.gson.reflect;version="1.6.0",

Back to the top