Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-03-15 16:40:02 +0000
committerAlexander Kurtakov2021-03-15 20:47:43 +0000
commit6521b9ef751981d198991ac7bf385ad55b364b62 (patch)
tree9008de88ff7dfbf43e25006f7e4636aa8a31da41
parent04d75aa192bfe63982f1e986eba4f85d1cbd8aa4 (diff)
downloadeclipse.platform.debug-6521b9ef751981d198991ac7bf385ad55b364b62.tar.gz
eclipse.platform.debug-6521b9ef751981d198991ac7bf385ad55b364b62.tar.xz
eclipse.platform.debug-6521b9ef751981d198991ac7bf385ad55b364b62.zip
4.20 update of org.eclipse.debug.core
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/176775 Change-Id: I4cf8a69450e77140b452067a97535795a985a709 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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..5fab9dc69 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.100.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top