1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-31 12:13:34 +02:00
cdt/doc/org.eclipse.cdt.doc.user/plugin.xml

29 lines
1.1 KiB
XML
Raw Normal View History

2003-04-29 18:59:35 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- ================================================= -->
<!-- This is the plugin for declaring the help -->
<!-- contributions of a doc component plugin. -->
<!-- ================================================= -->
<plugin
2003-07-21 15:33:12 +00:00
name = "C/C++ Development User Guide"
2003-04-29 18:59:35 +00:00
id = "org.eclipse.cdt.doc.user"
2003-08-21 22:00:59 +00:00
version = "1.0"
2003-07-21 15:33:12 +00:00
provider-name = "Rational Software: IBM Software Group">
2003-04-29 18:59:35 +00:00
<!-- Configure the help contribution for this plugin -->
<!-- This part should be in a documentation plugin -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true" />
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.debug.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.debug.ui"/>
</extension>
</plugin>