38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
|
|
<!--
|
|
-->
|
|
|
|
<plugin>
|
|
|
|
<extension point="org.eclipse.ui.newWizards">
|
|
<!-- @generated Mutator -->
|
|
<category
|
|
id="org.eclipse.emf.ecore.Wizard.category.ID"
|
|
name="%_UI_Wizard_category"/>
|
|
<wizard
|
|
id="mutator.presentation.MutatorModelWizardID"
|
|
name="%_UI_MutatorModelWizard_label"
|
|
class="mutator.presentation.MutatorModelWizard"
|
|
category="org.eclipse.emf.ecore.Wizard.category.ID"
|
|
icon="icons/full/obj16/MutatorModelFile.gif">
|
|
<description>%_UI_MutatorModelWizard_description</description>
|
|
<selection class="org.eclipse.core.resources.IResource"/>
|
|
</wizard>
|
|
</extension>
|
|
|
|
<extension point="org.eclipse.ui.editors">
|
|
<!-- @generated Mutator -->
|
|
<editor
|
|
id="mutator.presentation.MutatorEditorID"
|
|
name="%_UI_MutatorEditor_label"
|
|
icon="icons/full/obj16/MutatorModelFile.gif"
|
|
extensions="mutator"
|
|
class="mutator.presentation.MutatorEditor"
|
|
contributorClass="mutator.presentation.MutatorActionBarContributor">
|
|
</editor>
|
|
</extension>
|
|
|
|
</plugin>
|