Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2017-02-22 04:24:16 +0000
committerNitin Dahyabhai2017-02-22 04:24:16 +0000
commit21a90d650c911e07288c2b421e0fc44b09b18bfa (patch)
treecfd3b71ce1278c3cbc961ae82ec97dc89c05c112
parentbc66e4f0782ef0e23d21657890cfe09c04e9bcaa (diff)
downloadwebtools.sourceediting-21a90d650c911e07288c2b421e0fc44b09b18bfa.tar.gz
webtools.sourceediting-21a90d650c911e07288c2b421e0fc44b09b18bfa.tar.xz
webtools.sourceediting-21a90d650c911e07288c2b421e0fc44b09b18bfa.zip
[nobug] decrement json.core to 1.0.100 for WTP 3.9.0 (zeroes matter as a point of reference)
-rw-r--r--bundles/org.eclipse.wst.json.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.json.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.json.core/META-INF/MANIFEST.MF
index 145eb66893..33e79afa8e 100644
--- a/bundles/org.eclipse.wst.json.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.json.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.json.core;singleton:=true
-Bundle-Version: 1.0.102.qualifier
+Bundle-Version: 1.0.100.qualifier
Bundle-Activator: org.eclipse.wst.json.core.JSONCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top