Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-02-01 16:23:38 +0000
committerVivian Kong2010-02-01 16:23:38 +0000
commit6d906f69c55386245c35bca7ca17648a2cccd76e (patch)
treed32b54ddabfc8e9d0ef4be37962f624732f2ae69 /core/org.eclipse.cdt.core
parent85b56d1d8af80dac8a3456970b0ba8117df04b9b (diff)
downloadorg.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.gz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.tar.xz
org.eclipse.cdt-6d906f69c55386245c35bca7ca17648a2cccd76e.zip
externalize strings in plugin.xml in various plugins
Diffstat (limited to 'core/org.eclipse.cdt.core')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties3
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 0acf068804e..c2efa4e75b9 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -102,4 +102,5 @@ templateProcessTypes.name = Process Types Extension point
templateAssociations.name = Template Associations
CProjectDescriptionStorage.name = Project Description Storage Extension point
CProjectStorageType.singlefile.name = Xml Storage (single file)
-CProjectStorageType.separatefile.name = Xml Storage (Separate Files) \ No newline at end of file
+CProjectStorageType.separatefile.name = Xml Storage (Separate Files)
+scannerInfoProvider2.name = Scanner Info Provider \ No newline at end of file
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 89b5899e0d7..a751168b86d 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -608,7 +608,7 @@
schema="schema/templates.exsd"/>
<extension-point id="templateProcessTypes" name="%templateProcessTypes.name" schema="schema/templateProcessTypes.exsd"/>
<extension-point id="templateAssociations" name="%templateAssociations.name" schema="schema/templateAssociations.exsd"/>
- <extension-point id="ScannerInfoProvider2" name="Scanner Info Provider" schema="schema/ScannerInfoProvider2.exsd"/>
+ <extension-point id="ScannerInfoProvider2" name="%scannerInfoProvider2.name" schema="schema/ScannerInfoProvider2.exsd"/>
<extension
point="org.eclipse.cdt.core.templateProcessTypes">

Back to the top