2008-04-22 16:49:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="org.eclipse.cdt.gnu.build"
|
|
|
|
label="CDT GNU Toolchain Build Support"
|
|
|
|
version="5.0.0"
|
|
|
|
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>
|
|
|
|
|
2008-04-22 16:59:25 +00:00
|
|
|
<requires>
|
2008-04-22 20:04:15 +00:00
|
|
|
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.managedbuilder.core" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.core" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
2008-04-22 16:59:25 +00:00
|
|
|
</requires>
|
|
|
|
|
2008-04-22 20:04:15 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.managedbuilder.gnu.ui"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
2008-04-22 16:49:38 +00:00
|
|
|
</feature>
|