Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-12-03 13:17:16 +0000
committerUwe Stieber2013-12-03 13:17:56 +0000
commitee36018e944ad32274958b02c6a230c41fc504fc (patch)
tree28a3b13471923d3409f6cd668dbfbebca502d86d /target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
parentd3e46ee479464c757ffcf74673c30133a4d1b9b5 (diff)
downloadorg.eclipse.tcf-ee36018e944ad32274958b02c6a230c41fc504fc.tar.gz
org.eclipse.tcf-ee36018e944ad32274958b02c6a230c41fc504fc.tar.xz
org.eclipse.tcf-ee36018e944ad32274958b02c6a230c41fc504fc.zip
Target Explorer: Updated bundled com.google.gson library to version 2.2.4
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
index e8da381ad..ba0caea16 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.tcf.te.runtime.persistence;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.runtime.persistence.activator.CoreBundleActivator
Bundle-Vendor: %providerName
-Require-Bundle: com.google.gson;bundle-version="2.1.0",
+Require-Bundle: com.google.gson;bundle-version="2.2.4",
org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.tcf.te.runtime;bundle-version="1.2.0",

Back to the top