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 (32 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>
   <extension
         point="org.eclipse.ui.newWizards">
      <category
            id="org.eclipse.emf.ecore.Wizard.category.ID"
            name="%_UI_Wizard_category"/>
      <wizard
            id="org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizardID"
            name="%_UI_EXTLibraryModelWizard_label"
            class="org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard"
            category="org.eclipse.emf.ecore.Wizard.category.ID"
            icon="icons/full/obj16/EXTLibraryModelFile.gif">
         <description>%_UI_EXTLibraryModelWizard_description</description>
         <selection class="org.eclipse.core.resources.IResource"/>
      </wizard>
   </extension>

   <extension point="org.eclipse.ui.editors">
      <editor
            id="org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorID"
            name="%_UI_EXTLibraryEditor_label"
            icon="icons/full/obj16/EXTLibraryModelFile.gif"
            class="org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor"
            contributorClass="org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor"
            default="true">
         <contentTypeBinding contentTypeId="org.eclipse.emf.examples.library.extendedLibrary"/>
      </editor>
   </extension>
</plugin>