Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-07-21 11:36:39 +0000
committerAlexander Kurtakov2021-07-21 13:03:54 +0000
commit5d074b295f483924811b6e11a39600f0b76b0034 (patch)
treeaa3ae04818ae6cf645acab4ae6cd0f98f3213f49
parent806e45b161a2ad7d47cd078ba9f3f663ed282484 (diff)
downloadeclipse.platform.debug-5d074b295f483924811b6e11a39600f0b76b0034.tar.gz
eclipse.platform.debug-5d074b295f483924811b6e11a39600f0b76b0034.tar.xz
eclipse.platform.debug-5d074b295f483924811b6e11a39600f0b76b0034.zip
4.21 update for org.eclipse.debug.core
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180223 Change-Id: Ia5aa1737c4158e83ba86a43bef15f72a3b8f1072 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183232 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.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..baac7f568 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.200.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top