Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Remove C/C++ cheatsheet


This is a TVT fix. Please apply to Head and 2.0 branch.
Thanks,
Tanya



Dave Williams/Ottawa/Contr/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

22/07/2004 03:26 PM

Please respond to
cdt-patch

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] Remove C/C++ cheatsheet






Doc bug #70674


removing test cheatsheet.





Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962

Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt/plugin.xml,v
retrieving revision 1.8
diff -u -r1.8 plugin.xml
--- plugin.xml	15 Jul 2004 15:54:41 -0000	1.8
+++ plugin.xml	22 Jul 2004 19:23:49 -0000
@@ -30,7 +30,7 @@
 
    </extension>
    
-   <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+   <!--extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       <cheatsheet
             name="%cheatsheet.helloworld.name"
             contentFile="$nl$/cheatsheets/HelloWorld.xml"
@@ -38,7 +38,7 @@
          <description>%cheatsheet.helloworld.desc</description>
       </cheatsheet>
     
-   </extension>
+   </extension-->
    <runtime>
    </runtime>
 

Back to the top