Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2021-12-23 03:49:38 +0000
committerSarika Sinha2021-12-24 12:38:45 +0000
commit34728d198e0422fb0bb1ff1e4f531483a10fce46 (patch)
treeee98911c000c0184130e1bb2459184c67fb0a7a8
parentab34a011239d0c22854e44c5ee7ed3fdef78cfb9 (diff)
downloadeclipse.platform.debug-34728d198e0422fb0bb1ff1e4f531483a10fce46.tar.gz
eclipse.platform.debug-34728d198e0422fb0bb1ff1e4f531483a10fce46.tar.xz
eclipse.platform.debug-34728d198e0422fb0bb1ff1e4f531483a10fce46.zip
Bug 577894 - Backport Bug 577341 from 4.22 to 4.7
Change-Id: I56de274d0d2f0f0403152f1ee7625ba0d29b425f Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189094 Tested-by: Sarika Sinha <sarika.sinha@in.ibm.com> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 5fab9dc69..2a6d360a3 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true
-Bundle-Version: 3.18.100.qualifier
+Bundle-Version: 3.18.150.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top