From 68273269dc8371dd3d30cecd8196cb39130abd82 Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Tue, 23 Mar 2004 20:46:26 +0000 Subject: [PATCH] externalize strings from Tanya Wolff --- core/org.eclipse.cdt.core/ChangeLog | 6 ++++++ core/org.eclipse.cdt.core/plugin.properties | 11 +++++++++++ core/org.eclipse.cdt.core/plugin.xml | 18 +++++++++--------- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index ca328ca634f..ee402cfb748 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,9 @@ +2004-03-22 Tanya Wolff + Externalized names of Binary Parsers and Error Parsers + + * plugin.xml + * plugin.properties + 2004-03-22 Alain Magloire Boost the warning of the compiler and remove diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index 5a55fb0d6e4..bec5ed9bb8c 100644 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -12,3 +12,14 @@ ProcessList.name=Process List ErrorParser.name=Error Parser CTaskName=C/C++ Task + +ElfParser.name=Elf Parser +GNUElfParser.name=GNU Elf Parser +PEWindowsParser.name=PE Windows Parser +CygwinPEParser.name=Cygwin PE Parser + +CDTGNUCErrorParser.name=CDT GNU C/C++ Error Parser +CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser +CDTGNULinkerErrorParser.name=CDT GNU Linker Error Parser +CDTGNUMakeErrorParser.name=CDT GNU Make Error Parser +CDTVisualCErrorParser.name=CDT Visual C Error Parser diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index b03370e0401..5e9d9d1c8c1 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -46,7 +46,7 @@ @@ -97,7 +97,7 @@ @@ -105,7 +105,7 @@ @@ -113,7 +113,7 @@ @@ -121,7 +121,7 @@