Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Welcome Page update>Sebastien, please commit this to CVS.


org.eclipse.cdt

Fixed a broken hyperlink on the CDT Welcome Page.

Sebastien, please commit this to CVS. I do not have commit rights.



Regards,

Tanya-Marise de Sousa          
Information Development
Rational Software
IBM Software Group
613.591.7931
~~~~~~~~~~~~~~~~~~
Index: welcome.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt/welcome.xml,v
retrieving revision 1.4
diff -u -r1.4 welcome.xml
--- welcome.xml	14 May 2003 22:37:54 -0000	1.4
+++ welcome.xml	7 Aug 2003 19:16:45 -0000
@@ -10,12 +10,12 @@
 This page will help familiarize you with the Eclipse C/C++ development tooling.
 To get started, read the sections below and click on the related links. </intro>
 
-	<item><b>The C/C++ perspectives </b>
+	<item><b>The C/C++ perspective </b>
 To open the C/C++ perspective: Click <b>Window > Open Perspective > C/C++ Development. </b></item>
 
 	<item><b>What's new </b> 
 Learn about the new features in this version of the CDT. 
-  <topic href="/org.eclipse.cdt.doc.user/cdt_o_whatnew.htm">What's new </topic></item>
+  <topic href="/org.eclipse.cdt.doc.user/cdt_c_whatsnew.htm">What's new </topic></item>
 
 	<item><b>CDT Tutorial </b> 
 This quick tutorial guides you through the basic steps to get started. 
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt/plugin.xml,v
retrieving revision 1.3
diff -u -r1.3 plugin.xml
--- plugin.xml	23 Apr 2003 18:15:47 -0000	1.3
+++ plugin.xml	7 Aug 2003 19:16:09 -0000
@@ -2,7 +2,7 @@
 <plugin
    id="org.eclipse.cdt"
    name="%pluginName"
-   version="1.1.0"
+   version="1.2.0.22"
    provider-name="%providerName">
 
    <runtime>

Back to the top