mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 07:55:24 +02:00
Bug 260692 - Added DSF plugins to CDT features and build.
This commit is contained in:
parent
198cacd1f6
commit
c17c0fafe0
3 changed files with 16 additions and 23 deletions
|
@ -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=DSF Examples Feature
|
featureName=GDB DSF Debugger Integration
|
||||||
|
|
||||||
# "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=Examples for using the Debugger Services Framework (DSF), including basic tutorial examples and a PDA example debugger.
|
description=GDB DSF Debugger Integration
|
||||||
|
|
||||||
# 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.debug"
|
id="org.eclipse.cdt.gnu.dsf"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="5.1.0.qualifier"
|
version="5.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
@ -22,39 +22,31 @@
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<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.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.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.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.ui.console" version="3.1.100" match="compatible"/>
|
<import plugin="org.eclipse.cdt.debug.ui" version="5.0.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.jface.text" version="3.2.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.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.expressions" version="3.2.0" match="compatible"/>
|
||||||
<import plugin="org.eclipse.core.variables" version="3.1.100" match="compatible"/>
|
<import plugin="org.eclipse.cdt.dsf"/>
|
||||||
<import plugin="org.eclipse.cdt.core" version="5.0.0" match="compatible"/>
|
<import plugin="org.eclipse.jface"/>
|
||||||
<import plugin="org.eclipse.cdt.ui" version="5.0.0" match="compatible"/>
|
<import plugin="org.eclipse.cdt.dsf.ui"/>
|
||||||
<import plugin="org.eclipse.cdt.debug.core" version="5.0.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"/>
|
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.examples.dsf"
|
id="org.eclipse.cdt.dsf.gdb"
|
||||||
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.examples.dsf.pda"
|
id="org.eclipse.cdt.dsf.gdb.ui"
|
||||||
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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2005, 2008 IBM Corporation and others.
|
# Copyright (c) 2005, 2009 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -17,3 +17,4 @@ bin.includes = feature.xml,\
|
||||||
generate.feature@org.eclipse.cdt.platform.source=org.eclipse.cdt.platform
|
generate.feature@org.eclipse.cdt.platform.source=org.eclipse.cdt.platform
|
||||||
generate.plugin@org.eclipse.cdt.gnu.build.source=org.eclipse.cdt.gnu.build
|
generate.plugin@org.eclipse.cdt.gnu.build.source=org.eclipse.cdt.gnu.build
|
||||||
generate.plugin@org.eclipse.cdt.gnu.debug.source=org.eclipse.cdt.gnu.debug
|
generate.plugin@org.eclipse.cdt.gnu.debug.source=org.eclipse.cdt.gnu.debug
|
||||||
|
generate.plugin@org.eclipse.cdt.gnu.dsf.source=org.eclipse.cdt.gnu.dsf
|
||||||
|
|
Loading…
Add table
Reference in a new issue