1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-10 18:45:26 +02:00

Add more missing properties file. Mark CMake as Preview.

Also add missing since tag.

Change-Id: I66638d862ea2879024bdbd22cf0e42a6f9250761
This commit is contained in:
Doug Schaefer 2016-09-01 23:37:06 -04:00
parent 7b791be96d
commit 57f9df203e
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1,2 @@
bin.includes = feature.xml
bin.includes = feature.xml,\
feature.properties

View file

@ -12,7 +12,7 @@
# This file should be translated.
# "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=Eclipse CDT

View file

@ -195,6 +195,9 @@ public abstract class CBuildConfiguration extends PlatformObject
CCorePlugin.getDefault().getBuildEnvironmentManager().setEnvironment(env, config, true);
}
/**
* @since 6.1
*/
@Override
public IBinary[] getBuildOutput() throws CoreException {
ICProject cproject = CoreModel.getDefault().create(config.getProject());