2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
2009-05-26 14:48:10 +00:00
|
|
|
# Copyright (c) 2003, 2009 QNX Software Systems and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2004-06-24 19:55:36 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2005-06-23 16:01:26 +00:00
|
|
|
#
|
2004-06-24 19:55:36 +00:00
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems - initial API and implementation
|
2009-05-26 14:48:10 +00:00
|
|
|
# IBM Corporation
|
2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
|
|
|
|
2003-08-13 19:15:45 +00:00
|
|
|
pluginName=C/C++ Standard make Build Core
|
2009-05-26 14:48:10 +00:00
|
|
|
providerName=Eclipse CDT
|
2003-08-13 19:15:45 +00:00
|
|
|
|
2003-08-19 20:17:28 +00:00
|
|
|
extensionTargetBuilder.name=Target Builder Extension
|
2003-08-13 19:15:45 +00:00
|
|
|
natureMake.name=CDT Make Nature
|
2004-03-16 20:35:25 +00:00
|
|
|
builderMake.name=CDT Makefile Builder
|
|
|
|
|
2007-03-06 18:48:55 +00:00
|
|
|
epScannerConfigNature.name=Scanner Configuration Nature
|
|
|
|
epScannerConfigBuilder.name=Scanner Configuration Builder
|
|
|
|
extensionExternalScannerInfoProvider.name=C/C++ External Scanner Info Provider Extension
|
|
|
|
epDefaultExternalScannerInfoProvider.name=Default External Scanner Info Provider
|
|
|
|
|
|
|
|
extensionScannerInfoConsoleParser.name=GNU C/C++ Scanner Info Console Parser Extension
|
|
|
|
epGCCCommandLineParser.name=GNU C/C++ Scanner Info Parser
|
|
|
|
epGCCSpecsParser.name=GNU C/C++ Compiler Specs Parser
|
|
|
|
|
|
|
|
extensionGCCPerProjectProfile.name=GNU C/C++ Scanner Info per project profile
|
|
|
|
extensionGCCPerFileProfile.name=GNU C/C++ Scanner Info per file profile
|
|
|
|
|
2005-06-23 16:01:26 +00:00
|
|
|
makefile=Makefile
|
2007-04-04 17:52:07 +00:00
|
|
|
|
|
|
|
CfgDataProvider.name=Make Data Provider
|
|
|
|
natureCfg.name=Configuration Support Nature
|