cdt/releng/org.eclipse.cdt.sdk-feature/feature.xml
Jonah Graham dbd7558f17 [releng] Bump to CDT version 10.6.0
Change-Id: I28629cdfb0906ce7f1b33a88cbbd55521afc8f6b
2022-01-12 14:07:45 -05:00

54 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2004, 2021 Contributors to the Eclipse Foundation
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<feature
id="org.eclipse.cdt.sdk"
label="%featureName"
version="10.6.0.qualifier"
provider-name="%providerName"
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.source"
version="0.0.0"/>
<includes
id="org.eclipse.cdt"
version="0.0.0"/>
<plugin
id="org.eclipse.cdt.sdk"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.doc.isv"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>