Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-19 14:09:05 +0000
committerMatthias Sohn2015-05-19 14:09:14 +0000
commit054f32aa55dd6acdf818bf7f0f47d593354a7462 (patch)
treeaebe31b568de73ad07c924fe8593748918100470 /org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
parent92a4ce06930abd611b16b928477c39b33bb30621 (diff)
parentbf76c493e9fda0734ecd382138ac3e007f4eb696 (diff)
downloadegit-github-054f32aa55dd6acdf818bf7f0f47d593354a7462.tar.gz
egit-github-054f32aa55dd6acdf818bf7f0f47d593354a7462.tar.xz
egit-github-054f32aa55dd6acdf818bf7f0f47d593354a7462.zip
Merge branch 'master' into stable-4.0
* master: Relax gson dependencies to version range [1.6,3.0) Update build to use Mars based target platform Change-Id: I5c14954c00a7a20d9af0704f9e5ac77b3611c4e9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index 9b638cd5..fe916bf0 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ Bundle-SymbolicName: org.eclipse.egit.github.core.tests
Bundle-Version: 4.0.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
-Import-Package: com.google.gson;version="[1.6.0,2.2.0]",
- com.google.gson.reflect;version="[1.6.0,2.2.0]",
+Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
+ com.google.gson.reflect;version="[1.6.0,3.0.0)",
org.eclipse.egit.github.core;version="[4.0.0,4.1.0)",
org.eclipse.egit.github.core.client;version="[4.0.0,4.1.0)",
org.eclipse.egit.github.core.event;version="[4.0.0,4.1.0)",

Back to the top