1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +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"?> <?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="1.1.0"
provider-name="Rational Software: IBM Software Group">
name = "C/C++ Development User Guide" <runtime>
id = "org.eclipse.cdt.doc.user" </runtime>
version = "1.0"
provider-name = "Rational Software: IBM Software Group"> <!-- This part should be in a documentation plugin -->
<!-- Configure the help contribution for this plugin --> <!-- Configure the help contribution for this plugin -->
<!-- This part should be in a documentation plugin --> <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>
<extension point="org.eclipse.help.contexts"> <extension
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.ui"/> point="org.eclipse.help.contexts">
<contexts
file="contextHelp.xml"
plugin="org.eclipse.cdt.ui">
</contexts>
</extension> </extension>
<extension point="org.eclipse.help.contexts"> <extension
<contexts file="contextHelp.xml" plugin="org.eclipse.debug.ui"/> point="org.eclipse.help.contexts">
<contexts
file="contextHelp.xml"
plugin="org.eclipse.debug.ui">
</contexts>
</extension> </extension>
<extension point="org.eclipse.help.contexts"> <extension
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.debug.ui"/> point="org.eclipse.help.contexts">
<contexts
file="contextHelp.xml"
plugin="org.eclipse.cdt.debug.ui">
</contexts>
</extension> </extension>
</plugin> </plugin>