1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Corrected context*.xml file references.

This commit is contained in:
Tanya-Marise De Sousa 2003-11-28 22:32:03 +00:00
parent bbb4ddf501
commit 1ab961febb

View file

@ -1,57 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- ================================================= -->
<!-- This is the plugin for declaring the help -->
<!-- contributions of a doc component plugin. -->
<!-- ================================================= -->
<plugin
id="org.eclipse.cdt.doc.user"
name = "C/C++ Development User Guide"
version="2.0.0"
provider-name="eclipse.org">
<runtime>
</runtime>
id = "org.eclipse.cdt.doc.user"
version = "1.0"
provider-name = "Rational Software: IBM Software Group">
<!-- 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">
</toc>
<!-- ============================================================================= -->
<!-- Define primary TOC -->
<!-- ============================================================================= -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true" />
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT.xml"
plugin="org.eclipse.cdt.ui">
</contexts>
<!-- ============================================================================= -->
<!-- Define TOCs -->
<!-- ============================================================================= -->
<extension point="org.eclipse.help.toc">
<toc file="topics_Getting_Started.xml" />
<toc file="topics_Concepts.xml" />
<toc file="topics_Tasks.xml" />
<toc file="topics_Reference.xml" />
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_DEBUGGER.xml"
plugin="org.eclipse.cdt.debug.ui">
</contexts>
<!-- ============================================================================= -->
<!-- F1 context files -->
<!-- ============================================================================= -->
<extension point="org.eclipse.help.contexts">
<contexts file="contexts_CDT.xml" plugin="org.eclipse.cdt.ui"/>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_DEBUGGER_MI.xml"
plugin="org.eclipse.cdt.debug.mi.ui">
</contexts>
<extension point="org.eclipse.help.contexts">
<contexts file="contexts_CDT_DEBUGGER.xml" plugin="org.eclipse.cdt.debug.ui"/>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_make.xml"
plugin="org.eclipse.cdt.make.ui">
</contexts>
<extension point="org.eclipse.help.contexts">
<contexts file="contexts_CDT_DEBUGGER_MI.xml" plugin="org.eclipse.cdt.debug.mi.ui"/>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts_CDT_LAUNCH.xml"
plugin="org.eclipse.cdt.launch">
</contexts>
<extension point="org.eclipse.help.contexts">
<contexts file="contexts_CDT_make.xml" plugin="org.eclipse.cdt.make.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="context_CDT_LAUNCH.xml" plugin="org.eclipse.cdt.launch"/>
</extension>
</plugin>