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.
50 lines
1.7 KiB
50 lines
1.7 KiB
6 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.0"?>
|
||
|
|
||
|
<!--
|
||
|
Copyright (c) 2015, 2016 CNRS, IRIT, IRT AESE (IRT Saint Exupéry).
|
||
|
All rights reserved. This program and the accompanying materials
|
||
|
are made available under the terms of the LGPL 3.0
|
||
|
which accompanies this distribution, and is available at
|
||
|
https://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
||
|
|
||
|
Contributors:
|
||
|
Faiez Zalila - initial API and implementation and/or initial documentation
|
||
|
-->
|
||
|
|
||
|
<!--
|
||
|
generated by Xtext 2.10.0
|
||
|
-->
|
||
|
|
||
|
<plugin>
|
||
|
|
||
|
<extension point="org.eclipse.ui.newWizards">
|
||
|
<!-- @generated Fiacre -->
|
||
|
<category
|
||
|
id="org.eclipse.emf.ecore.Wizard.category.ID"
|
||
|
name="%_UI_Wizard_category"/>
|
||
|
<wizard
|
||
|
id="fr.irit.fiacre.xtext.fiacre.presentation.FiacreModelWizardID"
|
||
|
name="%_UI_FiacreModelWizard_label"
|
||
|
class="fr.irit.fiacre.xtext.fiacre.presentation.FiacreModelWizard"
|
||
|
category="org.eclipse.emf.ecore.Wizard.category.ID"
|
||
|
icon="icons/full/obj16/FiacreModelFile.gif">
|
||
|
<description>%_UI_FiacreModelWizard_description</description>
|
||
|
<selection class="org.eclipse.core.resources.IResource"/>
|
||
|
</wizard>
|
||
|
</extension>
|
||
|
|
||
|
<extension point="org.eclipse.ui.editors">
|
||
|
<!-- @generated Fiacre -->
|
||
|
<editor
|
||
|
id="fr.irit.fiacre.xtext.fiacre.presentation.FiacreEditorID"
|
||
|
name="%_UI_FiacreEditor_label"
|
||
|
icon="icons/full/obj16/FiacreModelFile.gif"
|
||
|
extensions="fcr"
|
||
|
class="fr.irit.fiacre.xtext.fiacre.presentation.FiacreEditor"
|
||
|
contributorClass="fr.irit.fiacre.xtext.fiacre.presentation.FiacreActionBarContributor">
|
||
|
</editor>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|