mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug #187385: Default cfg name externalization
This commit is contained in:
parent
e123b8bf15
commit
d5710f69b8
2 changed files with 4 additions and 3 deletions
|
@ -45,4 +45,5 @@ 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
|
||||
|
|
|
@ -282,12 +282,12 @@
|
|||
</managedBuildRevision>
|
||||
<configuration
|
||||
id="org.eclipse.cdt.build.core.emptycfg"
|
||||
name="Configuration1">
|
||||
name="%cfg1_cmpty">
|
||||
</configuration>
|
||||
|
||||
<configuration
|
||||
id="org.eclipse.cdt.build.core.prefbase.cfg"
|
||||
name="Configuration1"
|
||||
name="%cfg1_base"
|
||||
>
|
||||
<toolChain
|
||||
id="org.eclipse.cdt.build.core.prefbase.toolchain"
|
||||
|
|
Loading…
Add table
Reference in a new issue