blob: 8789580e738b4f5702008e671af7a591f806cbe0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
</copyright>
$Id: plugin.xml,v 1.8 2012/03/28 09:44:58 sbouchet Exp $
-->
<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.eef.eefnr.presentation.EefnrModelWizardID"
name="%_UI_EefnrModelWizard_label"
class="org.eclipse.emf.eef.eefnr.presentation.EefnrModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/EefnrModelFile.gif">
<description>%_UI_EefnrModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.emf.eef.eefnr.presentation.EefnrEditorID"
name="%_UI_EefnrEditor_label"
icon="icons/full/obj16/EefnrModelFile.gif"
extensions="eefnr"
class="org.eclipse.emf.eef.eefnr.presentation.EefnrEditor"
contributorClass="org.eclipse.emf.eef.eefnr.presentation.EefnrActionBarContributor">
</editor>
</extension>
</plugin>