1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 05:15:43 +02:00
cdt/doc/org.eclipse.cdt.doc.user/plugin.xml

43 lines
1 KiB
XML
Raw Normal View History

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