mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00

features Change-Id: I52a71e62f8161990657e96ef52403fd7f69698a2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27499
30 lines
603 B
XML
30 lines
603 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.xlc.sdk"
|
|
label="%featureName"
|
|
version="8.4.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.xlc.source"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.xlc.feature"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|