Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5112695a91cc3905ce6dcf59b16af8d5bcbb35d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
###############################################################################
# Copyright (c) 2003, 2012 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
pluginName=CDT Build System Core
providerName=Eclipse CDT

CommonBuilder.name=CDT Builder
CDTBuildNature.name=CDT Builder Project
CDTBuildProject.name=CDT Builder Project

objectFileName=Object File
executableName=Executable File
staticLibraryName=Static Library
sharedLibraryName=Shared Library

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

InternalBuilder.name=CDT Internal Builder
GNUMakeBuilder.name=Gnu Make Builder

BuildSystem.name=CDT Build System

ProjectConverter.name=pre-4.0 projects converter

BuildProperty.value.name.debug=Debug;
BuildProperty.value.name.release=Release
BuildProperty.type.name.buildType=Build Type
BuildProperty.type.name.buildArtefactType=Build Artefact Type
BuildProperty.type.name.executable=Executable
BuildProperty.type.name.staticLibrary=Static Library
BuildProperty.type.name.sharedLibrary=Shared Library
cfg1_empty=Configuration1
cfg1_base=Configuration1

extension.name = GNU C/C++ managed make per project SCD profile
extension.name.0 = GNU C/C++ managed make per project SCD profile
extension.name.1 = GNU C/C++ managed make per project SCD profile
extension.name.2 = GNU C/C++ managed make per project SCD profile (Windows)
extension.name.3 = GNU C/C++ managed make per project SCD profile (Windows)
extension.name.4 = GNU C/C++ managed make per project SCD profile (Windows)
extension.name.5 = Base Build Properties Definition
extension.name.6 = Empty Configurations for make projects
toolChain.name = No ToolChain
tool.name = holder for library settings
option.name = Library Paths
option.name.0 = Library Files
tool.name.0 = holder for includes and symbols settings
option.name.1 = Include Paths
option.name.2 = Symbols
option.name.3 = Symbol Files
option.name.4 = Include Files
option.name.5 = Undefined Include Paths
option.name.6 = Undefined Symbols
option.name.7 = Undefined Symbol Files
option.name.8 = Undefined Include Files
extension.name.7 = CDT Headless Build
extension-point.name = Managed Build Tools 2.0 (Deprecated)
extension-point.name.0 = Managed Build Definitions
extension-point.name.1 = Managed Build Project Converter
extension-point.name.2 = Build Properties
extension-point.name.3 = ToolChain Modification Info

GCCBuildOutputParser.name = CDT GCC Build Output Parser
GCCBuiltinCompilerSettings.name = CDT GCC Built-in Compiler Settings
GCCBuiltinCompilerSettingsMinGW.name = CDT GCC Built-in Compiler Settings MinGW
GCCBuiltinCompilerSettingsCygwin.name = CDT GCC Built-in Compiler Settings Cygwin
ManagedBuildSettingEntries.name = CDT Managed Build Setting Entries
extension.name.8 = C/C++ Scanner Discovery Problem
extension.name.9 = HeadlessBuilder Additional Settings

Back to the top