Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2010-11-09 08:57:23 +0000
committerustieber2010-11-09 08:57:23 +0000
commit0f16321a0970a563f7650efc4f65161f9045810d (patch)
treec407ad2590d9e41a6f81ec2de1baa89407d1a533 /plugins/org.eclipse.tm.tcf.cdt.ui
parent01977975956d3cdebb41ec3fbb8f71ca1c7cf1c8 (diff)
downloadorg.eclipse.tcf-0f16321a0970a563f7650efc4f65161f9045810d.tar.gz
org.eclipse.tcf-0f16321a0970a563f7650efc4f65161f9045810d.tar.xz
org.eclipse.tcf-0f16321a0970a563f7650efc4f65161f9045810d.zip
Fix bundle localization not declared correctly and therefor invalid plugin name and plugin provider displayed in the about dialog
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.cdt.ui')
-rw-r--r--plugins/org.eclipse.tm.tcf.cdt.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.cdt.ui/META-INF/MANIFEST.MF
index 69f484db4..82d493385 100644
--- a/plugins/org.eclipse.tm.tcf.cdt.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.tm.tcf.cdt.ui/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.tcf.cdt.ui;singleton:=true
Bundle-Version: 0.3.0.qualifier
+Bundle-Localization: plugin
Bundle-Activator: org.eclipse.tm.internal.tcf.cdt.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,

Back to the top