1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00
cdt/doc/org.eclipse.cdt.doc.user/plugin.xml
Doug Schaefer 9e74a89f05 Upgraded plugin versions to 1.2.1 in preparation for the
1.2.1 M1 build. Also converted plugins to use PDE containers.
2003-12-15 16:07:23 +00:00

56 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.eclipse.cdt.doc.user"
name="C/C++ Development User Guide"
version="1.2.1"
provider-name="eclipse.org">
<runtime>
</runtime>
<!-- 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>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT.xml"
plugin="org.eclipse.cdt.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_DEBUGGER.xml"
plugin="org.eclipse.cdt.debug.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_DEBUGGER_MI.xml"
plugin="org.eclipse.cdt.debug.mi.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_make.xml"
plugin="org.eclipse.cdt.make.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_LAUNCH.xml"
plugin="org.eclipse.cdt.launch">
</contexts>
</extension>
</plugin>