Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-05-26 17:20:45 +0000
committerSarika Sinha2018-06-01 06:26:22 +0000
commitcf628acb2b5ae376e7468f95112d02628791c915 (patch)
tree990e95d126627dc13aa2ff637724ecc731c1fe66 /org.eclipse.debug.ui/META-INF/MANIFEST.MF
parentdd196b4d376562d7ba9203b0303ad7d7d5a550dd (diff)
downloadeclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.gz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.tar.xz
eclipse.platform.debug-cf628acb2b5ae376e7468f95112d02628791c915.zip
Bug 535148 - Export launch wizard confirmation dialog typo
Add missing "to". Change-Id: I5f5ebd168a56d8fbe9bf21dc54c07fe957712236 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug: 535148
Diffstat (limited to 'org.eclipse.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 28c77a0c9..5da91bae5 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
-Bundle-Version: 3.13.0.qualifier
+Bundle-Version: 3.13.100.qualifier
Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top