You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
6 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.0"?>
|
||
|
|
||
|
<!--
|
||
|
-->
|
||
|
|
||
|
<plugin>
|
||
|
|
||
|
<extension point="org.eclipse.ui.newWizards">
|
||
|
<!-- @generated MSC -->
|
||
|
<category
|
||
|
id="org.eclipse.emf.ecore.Wizard.category.ID"
|
||
|
name="%_UI_Wizard_category"/>
|
||
|
<wizard
|
||
|
id="com.irtsaintexupery.fiacre.simulator.msc.msc.presentation.MscModelWizardID"
|
||
|
name="%_UI_MscModelWizard_label"
|
||
|
class="com.irtsaintexupery.fiacre.simulator.msc.msc.presentation.MscModelWizard"
|
||
|
category="org.eclipse.emf.ecore.Wizard.category.ID"
|
||
|
icon="icons/full/obj16/MscModelFile.gif">
|
||
|
<description>%_UI_MscModelWizard_description</description>
|
||
|
<selection class="org.eclipse.core.resources.IResource"/>
|
||
|
</wizard>
|
||
|
</extension>
|
||
|
|
||
|
<extension point="org.eclipse.ui.editors">
|
||
|
<!-- @generated MSC -->
|
||
|
<editor
|
||
|
id="com.irtsaintexupery.fiacre.simulator.msc.msc.presentation.MscEditorID"
|
||
|
name="%_UI_MscEditor_label"
|
||
|
icon="icons/full/obj16/MscModelFile.gif"
|
||
|
extensions="mscmodel"
|
||
|
class="com.irtsaintexupery.fiacre.simulator.msc.msc.presentation.MscEditor"
|
||
|
contributorClass="com.irtsaintexupery.fiacre.simulator.msc.msc.presentation.MscActionBarContributor">
|
||
|
</editor>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|