1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

Bug 260692 - Added DSF plugins to CDT features and build.

This commit is contained in:
Pawel Piech 2009-01-27 22:40:37 +00:00
parent c17c0fafe0
commit e00d42b4d6
7 changed files with 52 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.cdt.gnu.dsf-feature</name>
<name>org.eclipse.cdt.examples.dsf-feature</name>
<comment></comment>
<projects>
</projects>

View file

@ -15,7 +15,7 @@
# This file should be translated.
# "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=Eclipse.org
@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=Eclipse CDT Update Site
# "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=\

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.gnu.dsf"
id="org.eclipse.cdt.examples.dsf"
label="%featureName"
version="5.1.0.qualifier"
provider-name="%providerName">
@ -22,31 +22,37 @@
</url>
<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.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.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.jface"/>
<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>
<plugin
id="org.eclipse.cdt.dsf.gdb"
id="org.eclipse.cdt.examples.dsf"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<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"
install-size="0"
version="0.0.0"

View file

@ -34,5 +34,8 @@
id="org.eclipse.cdt.gnu.debug"
version="0.0.0"/>
<includes
id="org.eclipse.cdt.gnu.dsf"
version="0.0.0"/>
</feature>

View file

@ -77,4 +77,12 @@
id="org.eclipse.cdt.mylyn"
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>

View file

@ -228,4 +228,18 @@
version="0.0.0"
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>

View file

@ -56,4 +56,10 @@
install-size="0"
version="0.0.0"/>
<plugin
id="org.eclipse.cdt.gnu.dsf.source"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>