mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
33 lines
678 B
XML
33 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.xlc.sdk"
|
|
label="%featureName"
|
|
version="6.2.0.qualifier"
|
|
provider-name="%providerName"
|
|
image="eclipse_update_120.jpg">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/indigo"/>
|
|
</url>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.xlc.source"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.xlc.feature"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|