From 99ccdd11a4c236502af9556c7c512883897b83dc Mon Sep 17 00:00:00 2001 From: Martin Weber Date: Mon, 28 Jun 2021 21:04:33 +0200 Subject: [PATCH] externalize string Change-Id: I9d47dd464ba9f9c7b696c2e6f69c2c90abd31071 Signed-off-by: Martin Weber --- cmake/org.eclipse.cdt.cmake.is.core/plugin.properties | 3 ++- cmake/org.eclipse.cdt.cmake.is.core/plugin.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake/org.eclipse.cdt.cmake.is.core/plugin.properties b/cmake/org.eclipse.cdt.cmake.is.core/plugin.properties index a12de8f02fa..c9df4586932 100644 --- a/cmake/org.eclipse.cdt.cmake.is.core/plugin.properties +++ b/cmake/org.eclipse.cdt.cmake.is.core/plugin.properties @@ -9,4 +9,5 @@ available under the terms of the Eclipse Public License 2.0\n\ which is available at https://www.eclipse.org/legal/epl-2.0/\n\ \n\ SPDX-License-Identifier: EPL-2.0 -extension-point.name = Detection Participant \ No newline at end of file +extension-point.name = Detection Participant +CompileCommandsJsonParserMarker.name = CMake compile_commands.json parser \ No newline at end of file diff --git a/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml b/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml index c3fd96ef998..0e629fcbc1b 100644 --- a/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml +++ b/cmake/org.eclipse.cdt.cmake.is.core/plugin.xml @@ -5,7 +5,7 @@ "org.eclipse.cdt.cmake.is.core.internal.ui.CompileCommandsJsonParserOptionPage">