blob: 63d10937f2fc323ef27bda3d346cf9f6f12fd1a9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<!-- @generated UISemanticsGrammar -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.osbp.ecview.semantic.uisemantics.presentation.UiSemanticsModelWizardID"
name="%_UI_UiSemanticsModelWizard_label"
class="org.eclipse.osbp.ecview.semantic.uisemantics.presentation.UiSemanticsModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/UiSemanticsModelFile.gif">
<description>%_UI_UiSemanticsModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<!-- @generated UISemanticsGrammar -->
<editor
id="org.eclipse.osbp.ecview.semantic.uisemantics.presentation.UiSemanticsEditorID"
name="%_UI_UiSemanticsEditor_label"
icon="icons/full/obj16/UiSemanticsModelFile.gif"
extensions="uisemantics"
class="org.eclipse.osbp.ecview.semantic.uisemantics.presentation.UiSemanticsEditor"
contributorClass="org.eclipse.osbp.ecview.semantic.uisemantics.presentation.UiSemanticsActionBarContributor">
</editor>
</extension>
</plugin>