mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.gnu.build"
|
|
label="CDT GNU Toolchain Build Support"
|
|
version="5.0.0.qualifier"
|
|
provider-name="Eclipse.org">
|
|
|
|
<description url="http://www.example.com/description">
|
|
[Enter Feature Description here.]
|
|
</description>
|
|
|
|
<copyright url="http://www.example.com/copyright">
|
|
[Enter Copyright Description here.]
|
|
</copyright>
|
|
|
|
<license url="http://www.example.com/license">
|
|
[Enter License Description here.]
|
|
</license>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
|
<import plugin="org.eclipse.cdt.core" version="5.0.0" match="compatible"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import feature="org.eclipse.cdt.platform" version="5.0.0.qualifier"/>
|
|
<import plugin="org.eclipse.cdt.managedbuilder.core" version="5.0.0" match="compatible"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.managedbuilder.gnu.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|