blob: 92945e2f658ba75c348f4a5d5687954d8db18d99 [file] [log] [blame]
<?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="org.eclipse.stem.interventions.presentation.InterventionsModelWizardID"
name="%_UI_InterventionsModelWizard_label"
class="org.eclipse.stem.interventions.presentation.InterventionsModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/InterventionsModelFile.gif">
<description>%_UI_InterventionsModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.stem.interventions.presentation.InterventionsEditorID"
name="%_UI_InterventionsEditor_label"
icon="icons/full/obj16/InterventionsModelFile.gif"
extensions="interventions"
class="org.eclipse.stem.interventions.presentation.InterventionsEditor"
contributorClass="org.eclipse.stem.interventions.presentation.InterventionsActionBarContributor">
</editor>
</extension>
</plugin>