Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya-Marise De Sousa2003-12-16 20:10:34 +0000
committerTanya-Marise De Sousa2003-12-16 20:10:34 +0000
commit8302ccdddcfc745e29c16f2c13c9a2041825c419 (patch)
tree93c5de84ca8636528edc5dccb95c25910e0a8b9b /doc/org.eclipse.cdt.doc.user/plugin.xml
parentc35087d93c9f4f746991217d06f9d658688aae3b (diff)
downloadorg.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.tar.gz
org.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.tar.xz
org.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.zip
Corrected topics_*.xml files and updated the build.xml file.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/plugin.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index 5eb2b2eec15..808b18fb1a1 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -9,7 +9,7 @@
name = "C/C++ Development User Guide"
id = "org.eclipse.cdt.doc.user"
- version = "1.0"
+ 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 -->
@@ -50,7 +50,7 @@
<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"/>
+ <contexts file="contexts_CDT_LAUNCH.xml" plugin="org.eclipse.cdt.launch"/>
</extension>
</plugin>

Back to the top