mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00

To build and run only lsp4e-cpp tests do: mvn verify -P skip-tests-except-lsp4e-cpp Also-by: Jonah Graham <jonah@kichwacoders.com> Change-Id: Id6f3cd8ae291283c0cad7f1e63fbcdce683f4d2d
13 lines
578 B
XML
13 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<site>
|
|
<description>
|
|
Update site for LSP4E C/C++ Support.
|
|
</description>
|
|
<feature url="features/org.eclipse.lsp4e.cpp_0.0.0.qualifier.jar" id="org.eclipse.lsp4e.cpp" version="0.0.0">
|
|
<category name="LSP4E C/C++ Support"/>
|
|
</feature>
|
|
<feature url="features/org.eclipse.lsp4e.cpp.source_0.0.0.qualifier.jar" id="org.eclipse.lsp4e.cpp.source" version="0.0.0">
|
|
<category name="LSP4E C/C++ Support"/>
|
|
</feature>
|
|
<category-def name="LSP4E C/C++ Support" label="LSP4E C/C++ Support Main Features"/>
|
|
</site>
|