cdt/jsoncdb/org.eclipse.cdt.jsoncdb.core/plugin.properties
Jonah Graham 815b3f9a92 Bug 580045 - Display an error when reused launcher causes race condition
This reverts commit d01a15f013 and
fixes marker creation too.

Change-Id: I0d391c6df9ac4b17f3e5c8b6e87d5a7991fdc669
2022-06-08 12:49:12 -04:00

15 lines
700 B
INI

bundleName=JSON Compilation Database Parser
bundleDescription= Support for parsing a JSON compilation database (usually compile_commands.json) \
as specified by https://clang.llvm.org/docs/JSONCompilationDatabase.html.
Bundle-Vendor = Eclipse CDT
Bundle-Copyright = 2013 Martin Weber\n\
\n\
This program and the accompanying materials are made\n\
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 = Tool Detection Participant
CompileCommandsJsonParserMarker.name = JSON compilation database
CompilerBuiltinsDetectorMarker.name=Compiler Builtins Detector Problem