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

Fix the version number to 1.1.0

This commit is contained in:
Doug Schaefer 2003-08-26 18:38:05 +00:00
parent 6bd29c446e
commit eb6f0a3264

View file

@ -1,28 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.eclipse.cdt.doc.user"
name="C/C++ Development User Guide"
version="1.1.0"
provider-name="Rational Software: IBM Software Group">
<!-- ================================================= -->
<!-- This is the plugin for declaring the help -->
<!-- contributions of a doc component plugin. -->
<!-- ================================================= -->
<runtime>
</runtime>
<plugin
<!-- 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="contextHelp.xml"
plugin="org.eclipse.cdt.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contextHelp.xml"
plugin="org.eclipse.debug.ui">
</contexts>
</extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contextHelp.xml"
plugin="org.eclipse.cdt.debug.ui">
</contexts>
</extension>
name = "C/C++ Development User Guide"
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" />
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.debug.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.debug.ui"/>
</extension>
</plugin>