2008-04-22 16:49:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
|
|
|
id="org.eclipse.cdt.gnu.debug"
|
|
|
|
label="CDT GNU Toolchain Debug 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.cdt.debug.core" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.debug.core" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.core" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.debug.mi.core" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.debug.ui" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.cdt.ui" version="5.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.debug.ui" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.ui.console" version="3.1.100" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.jface.text" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
|
2008-04-22 16:59:25 +00:00
|
|
|
</requires>
|
|
|
|
|
2008-04-22 16:49:38 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.debug.mi.core"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.debug.mi.ui"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.launch"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|