blob: e07cd3911199b6d74f543dedceca5b04179cd98c [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="test.presentation.TestModelWizardID"
name="%_UI_TestModelWizard_label"
class="test.presentation.TestModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/TestModelFile.gif">
<description>%_UI_TestModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="test.presentation.TestEditorID"
name="%_UI_TestEditor_label"
icon="icons/full/obj16/TestModelFile.gif"
extensions="test"
class="test.presentation.TestEditor"
contributorClass="test.presentation.TestActionBarContributor">
</editor>
</extension>
</plugin>