plugin.xml
1.36 KB
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
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
</copyright>
$Id$
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsModelWizardID"
name="%_UI_VhdlamsModelWizard_label"
class="fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/VhdlamsModelFile.gif">
<description>%_UI_VhdlamsModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsEditorID"
name="%_UI_VhdlamsEditor_label"
icon="icons/full/obj16/VhdlamsModelFile.gif"
extensions="vamodel"
class="fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsEditor"
contributorClass="fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.presentation.VhdlamsActionBarContributor">
</editor>
</extension>
</plugin>