File: plugin.xml

package info (click to toggle)
eclipse-emf 2.42.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,344 kB
  • sloc: java: 711,198; xml: 12,829; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <cheatsheet
            category="org.eclipse.emf"
            composite="false"
            contentFile="cheatsheets/GenerateEMFFromXSD.xml"
            id="org.eclipse.emf.genEMFModXSD"
            name="%_UI_CheatsheetGenXSD_title">
         <description>
            %_UI_CheatsheetGenXSD_description
         </description>
      </cheatsheet>
   </extension>
</plugin>