mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
31 lines
694 B
XML
31 lines
694 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.core.lrparser.sdk"
|
|
label="%featureName"
|
|
version="9.11.0.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.eclipse.cdt.core.lrparser.source"
|
|
license-feature="org.eclipse.license"
|
|
license-feature-version="0.0.0">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.core.lrparser.feature.source"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.core.lrparser.feature"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|