1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/lsp4e-cpp/org.eclipse.lsp4e.cpp/feature.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

28 lines
576 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.lsp4e.cpp"
label="%featureName"
version="9.6.0.qualifier"
provider-name="%featureProvider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<plugin
id="org.eclipse.lsp4e.cpp.language"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>