Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-02-09 18:52:07 +0000
committerDarin Wright2010-02-09 18:52:07 +0000
commit6c82acd694e0fed30da7bb7121ba4ae398fcd19c (patch)
tree46a47f4d1462ed444fa32b126ad44766ce2e1bef /org.eclipse.debug.examples.ui
parentfe7c81a8a9d069c0489c3a6dfbfd880751113525 (diff)
downloadeclipse.platform.debug-6c82acd694e0fed30da7bb7121ba4ae398fcd19c.tar.gz
eclipse.platform.debug-6c82acd694e0fed30da7bb7121ba4ae398fcd19c.tar.xz
eclipse.platform.debug-6c82acd694e0fed30da7bb7121ba4ae398fcd19c.zip
Bug 302285 - Examples bundles do not have qualifiers
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
index 25f04b1e7..e6dba7270 100644
--- a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Example Debug UI Plug-in
Bundle-SymbolicName: org.eclipse.debug.examples.ui;singleton:=true
-Bundle-Version: 1.2.0
+Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.debug.examples.ui.pda.DebugUIPlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,

Back to the top