Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-11-14 21:52:33 +0000
committerDoug Schaefer2016-11-14 21:52:51 +0000
commita6c3d5d3f46573275e20d4fc158afdc7611bbc52 (patch)
treee1683bbc335fed86a9d9ac9cb6f064692b388c17 /build/org.eclipse.cdt.cmake-feature
parent39c781f81a1687260024c03dc30b8c92e19c327d (diff)
downloadorg.eclipse.cdt-a6c3d5d3f46573275e20d4fc158afdc7611bbc52.tar.gz
org.eclipse.cdt-a6c3d5d3f46573275e20d4fc158afdc7611bbc52.tar.xz
org.eclipse.cdt-a6c3d5d3f46573275e20d4fc158afdc7611bbc52.zip
Mark CMake feature as experimental.
We will the put it into the simrel repository so people can try it out. Change-Id: Ie7bd94062cfb236f266e413a8350c214ccdadb2c
Diffstat (limited to 'build/org.eclipse.cdt.cmake-feature')
-rw-r--r--build/org.eclipse.cdt.cmake-feature/feature.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.cmake-feature/feature.properties b/build/org.eclipse.cdt.cmake-feature/feature.properties
index 3703525e4d7..8a1232362ac 100644
--- a/build/org.eclipse.cdt.cmake-feature/feature.properties
+++ b/build/org.eclipse.cdt.cmake-feature/feature.properties
@@ -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 (experimental)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -22,7 +22,7 @@ description=Support for projects built using CMake
# copyright
copyright=\
-Copyright (c) 2015 QNX Software Systems and others.\n\
+Copyright (c) 2015,2016 QNX Software Systems and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

Back to the top