Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2021-12-23 03:54:41 +0000
committerSarika Sinha2021-12-24 12:52:52 +0000
commit61445d425b38cdd86e6cd6ae796425a906df98e7 (patch)
tree4e2d8a564f7196aa48d6f2eb8a87196f1976c231
parentc239e1061cd3e02c6e3cb7f34b2be0be7fea7355 (diff)
downloadeclipse.platform.debug-61445d425b38cdd86e6cd6ae796425a906df98e7.tar.gz
eclipse.platform.debug-61445d425b38cdd86e6cd6ae796425a906df98e7.tar.xz
eclipse.platform.debug-61445d425b38cdd86e6cd6ae796425a906df98e7.zip
Bug 577894 - Backport Bug 577341 from 4.22 to 4.7
Change-Id: Ia9f585c89a0add3442d1ccd46b196620ca3a0e6a Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189095 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 08fab6d01..77694de3f 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.0.qualifier
+Bundle-Version: 3.18.50.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top