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 @@ + name="%AutoconfErrorParser.name">