mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-11 02:55:23 +02:00
Add more missing properties file. Mark CMake as Preview.
Also add missing since tag. Change-Id: I66638d862ea2879024bdbd22cf0e42a6f9250761
This commit is contained in:
parent
7b791be96d
commit
57f9df203e
3 changed files with 6 additions and 2 deletions
|
@ -1 +1,2 @@
|
||||||
bin.includes = feature.xml
|
bin.includes = feature.xml,\
|
||||||
|
feature.properties
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=C/C++ CMake Support
|
featureName=C/C++ CMake Support - Preview
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse CDT
|
providerName=Eclipse CDT
|
||||||
|
|
|
@ -195,6 +195,9 @@ public abstract class CBuildConfiguration extends PlatformObject
|
||||||
CCorePlugin.getDefault().getBuildEnvironmentManager().setEnvironment(env, config, true);
|
CCorePlugin.getDefault().getBuildEnvironmentManager().setEnvironment(env, config, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 6.1
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public IBinary[] getBuildOutput() throws CoreException {
|
public IBinary[] getBuildOutput() throws CoreException {
|
||||||
ICProject cproject = CoreModel.getDefault().create(config.getProject());
|
ICProject cproject = CoreModel.getDefault().create(config.getProject());
|
||||||
|
|
Loading…
Add table
Reference in a new issue