From 2effd41b145d9ea0fbbf2e2707b72d24f9bfc253 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Wed, 19 Aug 2020 23:42:16 -0400 Subject: [PATCH] Mark Visual C++ Support feature as experimental This feature was never really fully mature. It lacks important things like proper built-in detection, ability to select VS version, target architecture, Windows SDK, etc. And now the supported VS versions are quite behind. I have the intention to improve it over time but I think it is better to set more reasonable expectations by flagging it as experimental and it will also allow more ambitious but possibly incompatible changes workspace-wise. Change-Id: Iceaa316fb5cf17dde9a6f056d5ced1b3ce496c7f Signed-off-by: Marc-Andre Laperle --- windows/org.eclipse.cdt.msw-feature/feature.properties | 2 +- windows/org.eclipse.cdt.msw-feature/feature.xml | 4 ++-- windows/org.eclipse.cdt.msw.build/about.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/org.eclipse.cdt.msw-feature/feature.properties b/windows/org.eclipse.cdt.msw-feature/feature.properties index 029c3420ba3..88815012758 100644 --- a/windows/org.eclipse.cdt.msw-feature/feature.properties +++ b/windows/org.eclipse.cdt.msw-feature/feature.properties @@ -19,7 +19,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=C/C++ Visual C++ Support +featureName=C/C++ Visual C++ Support (experimental) # "providerName" property - name of the company that provides the feature providerName=Eclipse CDT diff --git a/windows/org.eclipse.cdt.msw-feature/feature.xml b/windows/org.eclipse.cdt.msw-feature/feature.xml index eb05f05bdd5..319bbb8bdf0 100644 --- a/windows/org.eclipse.cdt.msw-feature/feature.xml +++ b/windows/org.eclipse.cdt.msw-feature/feature.xml @@ -1,9 +1,9 @@ diff --git a/windows/org.eclipse.cdt.msw.build/about.properties b/windows/org.eclipse.cdt.msw.build/about.properties index a7c0693ddc3..13966263372 100644 --- a/windows/org.eclipse.cdt.msw.build/about.properties +++ b/windows/org.eclipse.cdt.msw.build/about.properties @@ -19,7 +19,7 @@ # NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. -blurb=C/C++ Visual C++ Support\n\ +blurb=C/C++ Visual C++ Support (experimental)\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\