1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
cdt/lsp4e-cpp/org.eclipse.lsp4e.cpp.site/category.xml
Nathan Ridge 9eb262a192 Bug 535427 - Add the lsp4e-cpp plugins to the build
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
2018-06-28 13:47:07 +01:00

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>