mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
29 lines
576 B
XML
29 lines
576 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<feature
|
||
|
id="org.eclipse.lsp4e.cpp"
|
||
|
label="%featureName"
|
||
|
version="1.0.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>
|