mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
Bug 260692 - Added DSF plugins to CDT features and build.
This commit is contained in:
parent
c17c0fafe0
commit
e00d42b4d6
7 changed files with 52 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>org.eclipse.cdt.gnu.dsf-feature</name>
|
<name>org.eclipse.cdt.examples.dsf-feature</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# This file should be translated.
|
# This file should be translated.
|
||||||
|
|
||||||
# "featureName" property - name of the feature
|
# "featureName" property - name of the feature
|
||||||
featureName=GDB DSF Debugger Integration
|
featureName=CDT Debugger Services Framework (DSF) Examples
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
@ -24,7 +24,7 @@ providerName=Eclipse.org
|
||||||
updateSiteName=Eclipse CDT Update Site
|
updateSiteName=Eclipse CDT Update Site
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=GDB DSF Debugger Integration
|
description=Examples for using the Debugger Services Framework (DSF), including basic tutorial examples and a PDA example debugger.
|
||||||
|
|
||||||
# copyright
|
# copyright
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gnu.dsf"
|
id="org.eclipse.cdt.examples.dsf"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="5.1.0.qualifier"
|
version="5.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
@ -22,31 +22,37 @@
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
<import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.debug.core" 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.cdt.debug.core" version="5.0.0" match="compatible"/>
|
|
||||||
<import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
|
|
||||||
<import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
|
|
||||||
<import plugin="org.eclipse.debug.ui" version="3.2.0" match="compatible"/>
|
<import plugin="org.eclipse.debug.ui" version="3.2.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.ui.ide" version="3.2.0" match="compatible"/>
|
|
||||||
<import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
|
|
||||||
<import plugin="org.eclipse.cdt.dsf"/>
|
<import plugin="org.eclipse.cdt.dsf"/>
|
||||||
<import plugin="org.eclipse.jface"/>
|
|
||||||
<import plugin="org.eclipse.cdt.dsf.ui"/>
|
<import plugin="org.eclipse.cdt.dsf.ui"/>
|
||||||
|
<import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
|
||||||
|
<import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
|
||||||
|
<import plugin="org.eclipse.jface.text" version="3.2.0" match="compatible"/>
|
||||||
|
<import plugin="org.eclipse.ui.editors"/>
|
||||||
|
<import plugin="org.eclipse.ui.workbench.texteditor"/>
|
||||||
|
<import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
|
||||||
|
<import plugin="org.eclipse.cdt.core" version="5.0.0" match="greaterOrEqual"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.dsf.gdb"
|
id="org.eclipse.cdt.examples.dsf"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.dsf.gdb.ui"
|
id="org.eclipse.cdt.examples.dsf.pda"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.examples.dsf.pda.ui"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
|
|
|
@ -34,5 +34,8 @@
|
||||||
id="org.eclipse.cdt.gnu.debug"
|
id="org.eclipse.cdt.gnu.debug"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.gnu.dsf"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -77,4 +77,12 @@
|
||||||
id="org.eclipse.cdt.mylyn"
|
id="org.eclipse.cdt.mylyn"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.gnu.dsf"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.examples.dsf"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -228,4 +228,18 @@
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.dsf"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.dsf.ui"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -56,4 +56,10 @@
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.gnu.dsf.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue