Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2009-01-26 21:26:52 +0000
committerPawel Piech2009-01-26 21:26:52 +0000
commit9f0a5c9a020e9e026e6242e927c089d96e515e72 (patch)
tree2273f9b470d0a71c7cf3c67b1b2b565813074594 /dsf-gdb
parentda2797641e329313f0c40f0b8e13d0150f96cee3 (diff)
downloadorg.eclipse.cdt-9f0a5c9a020e9e026e6242e927c089d96e515e72.tar.gz
org.eclipse.cdt-9f0a5c9a020e9e026e6242e927c089d96e515e72.tar.xz
org.eclipse.cdt-9f0a5c9a020e9e026e6242e927c089d96e515e72.zip
Updated correct feature name and description.
Diffstat (limited to 'dsf-gdb')
-rw-r--r--dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties
index e3afccdc117..e2f2e3d1782 100644
--- a/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties
+++ b/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT GNU Toolchain Debug Support using DSF
+featureName=DSF Examples Feature
# "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=GNU GDB debugger integration using the Debugger Services Framework (DSF)
+description=Examples for using the Debugger Services Framework (DSF), including basic tutorial examples and a PDA example debugger.
# copyright
copyright=\

Back to the top