carbidecpp20devenv/plugins/org.eclipse.emf.cheatsheets_2.4.0.v200808251517/plugin.xml
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <category
            id="org.eclipse.emf"
            name="%_UI_CheatSheetCategory_title"/>
      <cheatsheet
            category="org.eclipse.emf"
            composite="false"
            contentFile="cheatsheets/GenerateEMFFromJava.xml"
            id="org.eclipse.emf.genEMFModJava"
            name="%_UI_CheatsheetGenJava_title">
         <description>
            %_UI_CheatsheetGenJava_description
         </description>
      </cheatsheet>
      <cheatsheet
            category="org.eclipse.emf"
            composite="false"
            contentFile="cheatsheets/GenerateExtendedEMF.xml"
            id="org.eclipse.emf.genExtEMFMod"
            name="%_UI_CheatsheetExtModel_title">
         <description>
            %_UI_CheatsheetExtModel_description
         </description>
      </cheatsheet>
      <cheatsheet
            category="org.eclipse.emf"
            composite="false"
            contentFile="cheatsheets/GenerateEMFFromRose.xml"
            id="org.eclipse.emf.genEMFModRose"
            name="%_UI_CheatsheetGenRose_title">
         <description>
            %_UI_CheatsheetGenRose_description
         </description>
      </cheatsheet>
   </extension>
</plugin>