Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-20 22:53:36 +0000
committerJohn Cortell2010-04-20 22:53:36 +0000
commit2c70f116e7efd7e984fdcc35c64d52d2d952c1b8 (patch)
tree5c1e856ab3721e007d8e585dd7dc4d861e2f4fa9 /doc/org.eclipse.cdt.doc.user/plugin.xml
parent71ad0df545f85cd36754474517e7c890a47b94d1 (diff)
downloadorg.eclipse.cdt-2c70f116e7efd7e984fdcc35c64d52d2d952c1b8.tar.gz
org.eclipse.cdt-2c70f116e7efd7e984fdcc35c64d52d2d952c1b8.tar.xz
org.eclipse.cdt-2c70f116e7efd7e984fdcc35c64d52d2d952c1b8.zip
[309887] The dsf-gdb preference page lacks context help
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/plugin.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index c5f1f0b4e5c..21411bb44b8 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -80,6 +80,13 @@
plugin="org.eclipse.cdt.launch">
</contexts>
</extension>
+ <extension
+ point="org.eclipse.help.contexts">
+ <contexts
+ file="contexts_CDT_DEBUGGER_DSFGDB.xml"
+ plugin="org.eclipse.cdt.dsf.gdb.ui">
+ </contexts>
+ </extension>
<!-- ============================================================================= -->
<!-- KEYWORD INDEX EXTENSION -->

Back to the top