mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00

This means that: - feature.xml files now make a reference to the shared license plugin using version 0.0.0 - feature.properties files no longer have the text for the license - license.html and epl-v10.html files are removed as they are part of the shared license plugin - build.properties files no longer reference removed files - the main pom.xml file references the license repository Change-Id: Ibd880480de3a07597084d44cce7b822903509079 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27250
126 lines
2.8 KiB
XML
126 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.source"
|
|
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.gnu.build.source"
|
|
version="0.0.0"/>
|
|
|
|
<includes
|
|
id="org.eclipse.cdt.gnu.debug.source"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.aix.motif.ppc"
|
|
os="aix"
|
|
ws="motif"
|
|
arch="ppc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.linux.gtk.x86"
|
|
os="linux"
|
|
ws="gtk"
|
|
arch="x86"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.linux.gtk.x86_64"
|
|
os="linux"
|
|
ws="gtk"
|
|
arch="x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.linux.gtk.ppc"
|
|
os="linux"
|
|
ws="gtk"
|
|
arch="ppc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.linux.gtk.ia64"
|
|
os="linux"
|
|
ws="gtk"
|
|
arch="ia64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.macosx.carbon.ppc"
|
|
os="macosx"
|
|
ws="carbon"
|
|
arch="ppc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.qnx.photon.x86"
|
|
os="qnx"
|
|
ws="photon"
|
|
arch="x86"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.solaris.motif.sparc"
|
|
os="solaris"
|
|
ws="motif"
|
|
arch="sparc"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.source.win32.win32.x86"
|
|
os="win32"
|
|
ws="win32"
|
|
arch="x86"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="5.0.0.qualifier"
|
|
fragment="true"/>
|
|
|
|
</feature>
|