Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Welcome page patch

This is from Martin Lescuyer - it adds a reference to CPPUNit in the welcome

page. I've applied this to the head and 1.1 branch.

Sebastien

Index: welcome.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt/welcome.xml,v
retrieving revision 1.1.4.2
diff -u -r1.1.4.2 welcome.xml
--- welcome.xml	2 May 2003 14:27:15 -0000	1.1.4.2
+++ welcome.xml	9 May 2003 08:13:15 -0000
@@ -15,11 +15,15 @@
 
 	<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_o_whatnew.htm">What's new
</topic></item>
 
 	<item><b>CDT Tutorial </b> 
 This quick tutorial guides you through the basic steps to get started. 
-  <topic href="/org.eclipse.cdt.doc.user/cdt_o_tutorial.htm">Tutorial
</topic> 
-	</item>
+  <topic href="/org.eclipse.cdt.doc.user/cdt_o_tutorial.htm">Tutorial
</topic></item>
+	
+	<item><b>CppUnit integration and other contributed plugins </b>
+Visit the <topic href="http://www.eclipse.org/cdt/";>CDT Community
Webpage</topic> to find a list of contributed plugins
+and a CppUnit integration in the CDT.</item>
+
+	
 </welcomePage>


Back to the top