carbidecpp20devenv/plugins/org.eclipse.emf.cheatsheets_2.4.0.v200808251517/plugin.xml
changeset 0 20e4ed35fd3f
equal deleted inserted replaced
-1:000000000000 0:20e4ed35fd3f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.2"?>
       
     3 <plugin>
       
     4    <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
       
     5       <category
       
     6             id="org.eclipse.emf"
       
     7             name="%_UI_CheatSheetCategory_title"/>
       
     8       <cheatsheet
       
     9             category="org.eclipse.emf"
       
    10             composite="false"
       
    11             contentFile="cheatsheets/GenerateEMFFromJava.xml"
       
    12             id="org.eclipse.emf.genEMFModJava"
       
    13             name="%_UI_CheatsheetGenJava_title">
       
    14          <description>
       
    15             %_UI_CheatsheetGenJava_description
       
    16          </description>
       
    17       </cheatsheet>
       
    18       <cheatsheet
       
    19             category="org.eclipse.emf"
       
    20             composite="false"
       
    21             contentFile="cheatsheets/GenerateExtendedEMF.xml"
       
    22             id="org.eclipse.emf.genExtEMFMod"
       
    23             name="%_UI_CheatsheetExtModel_title">
       
    24          <description>
       
    25             %_UI_CheatsheetExtModel_description
       
    26          </description>
       
    27       </cheatsheet>
       
    28       <cheatsheet
       
    29             category="org.eclipse.emf"
       
    30             composite="false"
       
    31             contentFile="cheatsheets/GenerateEMFFromRose.xml"
       
    32             id="org.eclipse.emf.genEMFModRose"
       
    33             name="%_UI_CheatsheetGenRose_title">
       
    34          <description>
       
    35             %_UI_CheatsheetGenRose_description
       
    36          </description>
       
    37       </cheatsheet>
       
    38    </extension>
       
    39 </plugin>