Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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