Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorVivian Kong2012-08-13 19:04:26 +0000
committerVivian Kong2012-08-13 19:04:26 +0000
commitd15552e6e03158304608165ec211e017a1b432ad (patch)
tree7834e8ed9ea70782feb29e2452c392e5acf767cc /build
parent39c4e6a8e2be9d73ad3f8df8b48b08714d369ec7 (diff)
downloadorg.eclipse.cdt-d15552e6e03158304608165ec211e017a1b432ad.tar.gz
org.eclipse.cdt-d15552e6e03158304608165ec211e017a1b432ad.tar.xz
org.eclipse.cdt-d15552e6e03158304608165ec211e017a1b432ad.zip
Bug 384767 - Non-externalized Strings in Discovery Tab
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.autotools.core/plugin.properties5
-rw-r--r--build/org.eclipse.cdt.autotools.core/plugin.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/plugin.properties b/build/org.eclipse.cdt.autotools.core/plugin.properties
index d28906f1761..6a3682f1b7c 100644
--- a/build/org.eclipse.cdt.autotools.core/plugin.properties
+++ b/build/org.eclipse.cdt.autotools.core/plugin.properties
@@ -1,5 +1,5 @@
#################################################################################
-# Copyright (c) 2006, 2008, 2009 Red Hat, Inc.
+# Copyright (c) 2006, 2012 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
#
# Contributors:
# Red Hat Incorporated - initial API and implementation
+# IBM Corporation
#################################################################################
ConvertWizard.description=Convert to C/C++ Autotools Project
NewCProject.description=GNU C Autotools Project
@@ -178,3 +179,5 @@ AutogenScript.name=Autogen Script
AutotoolsProblemMarker.name=Configure Problem
AutotoolsErrorParser.name=Autotools Error Parser
+
+AutoconfErrorParser.name=Autoconf Error Parser \ No newline at end of file
diff --git a/build/org.eclipse.cdt.autotools.core/plugin.xml b/build/org.eclipse.cdt.autotools.core/plugin.xml
index 35dcb05e86a..030b63f3ad3 100644
--- a/build/org.eclipse.cdt.autotools.core/plugin.xml
+++ b/build/org.eclipse.cdt.autotools.core/plugin.xml
@@ -562,7 +562,7 @@
<errorparser
class="org.eclipse.cdt.internal.autotools.core.ErrorParser"
id="org.eclipse.cdt.autotools.core.ErrorParser"
- name="Autoconf Error Parser">
+ name="%AutoconfErrorParser.name">
</errorparser>
</extension>
</plugin>

Back to the top