Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorMarc Khouzam2014-10-29 17:16:52 +0000
committerMarc Khouzam2014-10-29 17:44:12 +0000
commit5a5b004e3f1ac9972b146b6cfd16a32934a7b778 (patch)
tree8cccd428d41eea1cebcab7ddc9762e27bf5e1652 /remote
parent126e67237d6915a17e250c0ce8596c50d42f8f91 (diff)
downloadorg.eclipse.cdt-5a5b004e3f1ac9972b146b6cfd16a32934a7b778.tar.gz
org.eclipse.cdt-5a5b004e3f1ac9972b146b6cfd16a32934a7b778.tar.xz
org.eclipse.cdt-5a5b004e3f1ac9972b146b6cfd16a32934a7b778.zip
Bug 449224 - Fix for NLS'd plugin and
provider names Change-Id: I27bf6d3ce062359e7eea47b728e5254578d8decb Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'remote')
-rw-r--r--remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF b/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
index ccb0220bca9..aebc06fc76f 100644
--- a/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
+++ b/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
@@ -4,6 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.remote.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core,
org.eclipse.remote.core,

Back to the top