mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Replace deprecated use of MakeErrorParser in autotools
Change-Id: I2ccf851e5db538a57b9a3c3f583737a8baebbcd8 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
85477b8093
commit
0699f77da6
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@
|
|||
<configuration
|
||||
buildProperties="org.eclipse.linuxtools.cdt.autotools.core.buildType.default"
|
||||
cleanCommand="rm -rf"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
|
||||
errorParsers="org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
|
||||
id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build"
|
||||
languageSettingsProviders="org.eclipse.cdt.ui.UserLanguageSettingsProvider;org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider;org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider;${Toolchain}"
|
||||
name="%Configuration.build.name">
|
||||
|
|
Loading…
Add table
Reference in a new issue