2003-04-29 18:59:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-10-01 20:23:21 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.doc.user"
|
|
|
|
name="C/C++ Development User Guide"
|
2003-12-15 16:07:23 +00:00
|
|
|
version="1.2.1"
|
2003-10-01 20:23:21 +00:00
|
|
|
provider-name="eclipse.org">
|
2003-04-29 18:59:35 +00:00
|
|
|
|
2003-10-01 20:23:21 +00:00
|
|
|
<runtime>
|
|
|
|
</runtime>
|
2003-04-29 18:59:35 +00:00
|
|
|
|
2003-10-01 20:23:21 +00:00
|
|
|
<!-- This part should be in a documentation plugin -->
|
2003-12-15 16:07:23 +00:00
|
|
|
<!-- Configure the help contribution for this plugin -->
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.toc">
|
|
|
|
<toc
|
|
|
|
file="toc.xml"
|
|
|
|
primary="true">
|
|
|
|
</toc>
|
2003-04-29 18:59:35 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.contexts">
|
|
|
|
<contexts
|
|
|
|
file="contexts_CDT.xml"
|
|
|
|
plugin="org.eclipse.cdt.ui">
|
|
|
|
</contexts>
|
2003-04-29 18:59:35 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.contexts">
|
|
|
|
<contexts
|
|
|
|
file="contexts_CDT_DEBUGGER.xml"
|
|
|
|
plugin="org.eclipse.cdt.debug.ui">
|
|
|
|
</contexts>
|
2003-04-29 18:59:35 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.contexts">
|
|
|
|
<contexts
|
|
|
|
file="contexts_CDT_DEBUGGER_MI.xml"
|
|
|
|
plugin="org.eclipse.cdt.debug.mi.ui">
|
|
|
|
</contexts>
|
2003-09-26 22:02:32 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.contexts">
|
|
|
|
<contexts
|
|
|
|
file="contexts_CDT_make.xml"
|
|
|
|
plugin="org.eclipse.cdt.make.ui">
|
|
|
|
</contexts>
|
2003-09-26 22:02:32 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.contexts">
|
|
|
|
<contexts
|
|
|
|
file="contexts_CDT_LAUNCH.xml"
|
|
|
|
plugin="org.eclipse.cdt.launch">
|
|
|
|
</contexts>
|
2003-04-29 18:59:35 +00:00
|
|
|
</extension>
|
2003-10-01 20:23:21 +00:00
|
|
|
|
2003-04-29 18:59:35 +00:00
|
|
|
</plugin>
|