mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 384767 - Non-externalized Strings in Discovery Tab
This commit is contained in:
parent
201b571118
commit
8aebf4d454
4 changed files with 13 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2010 IBM Corporation and others.
|
||||
# Copyright (c) 2003, 2012 IBM Corporation and others.
|
||||
# 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
|
||||
|
@ -75,4 +75,8 @@ 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
|
||||
extension-point.name.3 = ToolChain Modification Info
|
||||
|
||||
GCCBuildOutputParser.name = CDT GCC Build Output Parser
|
||||
GCCBuildinCompilerSettings.name = CDT GCC Builtin Compiler Settings
|
||||
ManagedBuildSettingEntries.name = CDT Managed Build Setting Entries
|
|
@ -603,12 +603,12 @@
|
|||
<provider
|
||||
class="org.eclipse.cdt.managedbuilder.internal.language.settings.providers.MBSLanguageSettingsProvider"
|
||||
id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider"
|
||||
name="CDT Managed Build Setting Entries">
|
||||
name="%ManagedBuildSettingEntries.name">
|
||||
</provider>
|
||||
<provider
|
||||
class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector"
|
||||
id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector"
|
||||
name="CDT GCC Builtin Compiler Settings"
|
||||
name="%GCCBuildinCompilerSettings.name"
|
||||
parameter="${COMMAND} -E -P -v -dD ${INPUTS}">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
|
@ -624,7 +624,7 @@
|
|||
<provider
|
||||
class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser"
|
||||
id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"
|
||||
name="CDT GCC Build Output Parser"
|
||||
name="%GCCBuildOutputParser.name"
|
||||
parameter="(gcc)|([gc]\+\+)|(clang)"
|
||||
prefer-non-shared="true">
|
||||
</provider>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2003, 2011 IBM Corporation, QNX Software Systems, and others.
|
||||
# Copyright (c) 2003, 2012 IBM Corporation, QNX Software Systems, and others.
|
||||
# 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
|
||||
|
@ -638,3 +638,5 @@ extension-point.name = Refresh Exclusion Contributor
|
|||
# New New Project Wizard
|
||||
newProjectWizard.name = C/C++ Project (prototype)
|
||||
projectTypePages = Project Type Pages
|
||||
|
||||
UserSettingEntries.name = CDT User Setting Entries
|
||||
|
|
|
@ -4331,7 +4331,7 @@
|
|||
<provider
|
||||
class="org.eclipse.cdt.core.language.settings.providers.LanguageSettingsGenericProvider"
|
||||
id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"
|
||||
name="CDT User Setting Entries"
|
||||
name="%UserSettingEntries.name"
|
||||
prefer-non-shared="true">
|
||||
</provider>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue