mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Fix version number.
This commit is contained in:
parent
e1b04cf0c0
commit
e2a9baddeb
1 changed files with 59 additions and 35 deletions
|
@ -1,56 +1,80 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- ================================================= -->
|
|
||||||
<!-- This is the plugin for declaring the help -->
|
|
||||||
<!-- contributions of a doc component plugin. -->
|
|
||||||
<!-- ================================================= -->
|
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
id="org.eclipse.cdt.doc.user"
|
||||||
|
name="C/C++ Development User Guide"
|
||||||
|
version="2.0.0"
|
||||||
|
provider-name="Rational Software: IBM Software Group">
|
||||||
|
|
||||||
name = "C/C++ Development User Guide"
|
<runtime>
|
||||||
id = "org.eclipse.cdt.doc.user"
|
</runtime>
|
||||||
version = "1.2.0"
|
|
||||||
provider-name = "Rational Software: IBM Software Group">
|
|
||||||
<!-- Configure the help contribution for this plugin -->
|
|
||||||
<!-- This part should be in a documentation plugin -->
|
|
||||||
|
|
||||||
|
<!-- Configure the help contribution for this plugin -->
|
||||||
|
<!-- This part should be in a documentation plugin -->
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
<!-- Define primary TOC -->
|
<!-- Define primary TOC -->
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
<extension
|
||||||
<extension point="org.eclipse.help.toc">
|
point="org.eclipse.help.toc">
|
||||||
<toc file="toc.xml" primary="true" />
|
<toc
|
||||||
|
file="toc.xml"
|
||||||
|
primary="true">
|
||||||
|
</toc>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
<!-- Define TOCs -->
|
<!-- Define TOCs -->
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
<extension
|
||||||
<extension point="org.eclipse.help.toc">
|
point="org.eclipse.help.toc">
|
||||||
<toc file="topics_Getting_Started.xml" />
|
<toc
|
||||||
<toc file="topics_Concepts.xml" />
|
file="topics_Getting_Started.xml">
|
||||||
<toc file="topics_Tasks.xml" />
|
</toc>
|
||||||
<toc file="topics_Reference.xml" />
|
<toc
|
||||||
|
file="topics_Concepts.xml">
|
||||||
|
</toc>
|
||||||
|
<toc
|
||||||
|
file="topics_Tasks.xml">
|
||||||
|
</toc>
|
||||||
|
<toc
|
||||||
|
file="topics_Reference.xml">
|
||||||
|
</toc>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
<!-- F1 context files -->
|
<!-- F1 context files -->
|
||||||
<!-- ============================================================================= -->
|
<!-- ============================================================================= -->
|
||||||
|
<extension
|
||||||
<extension point="org.eclipse.help.contexts">
|
point="org.eclipse.help.contexts">
|
||||||
<contexts file="contexts_CDT.xml" plugin="org.eclipse.cdt.ui"/>
|
<contexts
|
||||||
|
file="contexts_CDT.xml"
|
||||||
|
plugin="org.eclipse.cdt.ui">
|
||||||
|
</contexts>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.help.contexts">
|
<extension
|
||||||
<contexts file="contexts_CDT_DEBUGGER.xml" plugin="org.eclipse.cdt.debug.ui"/>
|
point="org.eclipse.help.contexts">
|
||||||
|
<contexts
|
||||||
|
file="contexts_CDT_DEBUGGER.xml"
|
||||||
|
plugin="org.eclipse.cdt.debug.ui">
|
||||||
|
</contexts>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.help.contexts">
|
<extension
|
||||||
<contexts file="contexts_CDT_DEBUGGER_MI.xml" plugin="org.eclipse.cdt.debug.mi.ui"/>
|
point="org.eclipse.help.contexts">
|
||||||
|
<contexts
|
||||||
|
file="contexts_CDT_DEBUGGER_MI.xml"
|
||||||
|
plugin="org.eclipse.cdt.debug.mi.ui">
|
||||||
|
</contexts>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.help.contexts">
|
<extension
|
||||||
<contexts file="contexts_CDT_make.xml" plugin="org.eclipse.cdt.make.ui"/>
|
point="org.eclipse.help.contexts">
|
||||||
|
<contexts
|
||||||
|
file="contexts_CDT_make.xml"
|
||||||
|
plugin="org.eclipse.cdt.make.ui">
|
||||||
|
</contexts>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.help.contexts">
|
<extension
|
||||||
<contexts file="contexts_CDT_LAUNCH.xml" plugin="org.eclipse.cdt.launch"/>
|
point="org.eclipse.help.contexts">
|
||||||
|
<contexts
|
||||||
|
file="contexts_CDT_LAUNCH.xml"
|
||||||
|
plugin="org.eclipse.cdt.launch">
|
||||||
|
</contexts>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue