Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-06-12 06:34:42 +0000
committerLars Vogel2021-06-12 07:46:43 +0000
commit8f6d273943408ee30d182d0600bc22d799d2669c (patch)
tree5237725780cd8ee420568e592da20a3a29d7de18
parente007de6b9af43bdc046b1ddade88d3a24ca9d4c2 (diff)
downloadeclipse.platform.debug-8f6d273943408ee30d182d0600bc22d799d2669c.tar.gz
eclipse.platform.debug-8f6d273943408ee30d182d0600bc22d799d2669c.tar.xz
eclipse.platform.debug-8f6d273943408ee30d182d0600bc22d799d2669c.zip
4.21 update of org.eclipse.ui.console
For https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767 Change-Id: Ia9ffbb959a7be2d7c92e6a0c112f8a9e2adedd46 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181852 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.console/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/META-INF/MANIFEST.MF b/org.eclipse.ui.console/META-INF/MANIFEST.MF
index c75a6648c..a278788a3 100644
--- a/org.eclipse.ui.console/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true
-Bundle-Version: 3.11.0.qualifier
+Bundle-Version: 3.11.100.qualifier
Bundle-Activator: org.eclipse.ui.console.ConsolePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top