Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1095aa6ead7932e0314046c162c108e7212947d2 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                 
                                                                     
                                                         


                                       










                                                                                          



                                                                                                 
                                                                                                       




















                                                                                                                      





                                                                                                                                                





                 
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 Copyright (c) 2017 CEA LIST.
 
 
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License 2.0
 which accompanies this distribution, and is available at
 https://www.eclipse.org/legal/epl-2.0/

 SPDX-License-Identifier: EPL-2.0
 
 Contributors:
 	Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
-->

<plugin>

 

   <extension point="org.eclipse.ui.newWizards">
      <!-- @generated NOT expressions -->
      <wizard
            id="org.eclipse.papyrus.infra.emf.expressions.presentation.ExpressionsModelWizardID"
            name="%_UI_ExpressionsModelWizard_label"
            class="org.eclipse.papyrus.infra.emf.expressions.presentation.ExpressionsModelWizard"
            category="org.eclipse.papyrus.wizards.category/org.eclipse.papyrus.wizards.addons.category"
            icon="icons/full/obj16/ExpressionsModelFile.gif">
         <description>%_UI_ExpressionsModelWizard_description</description>
         <selection class="org.eclipse.core.resources.IResource"/>
      </wizard>
   </extension>

   <extension point="org.eclipse.ui.editors">
      <!-- @generated expressions -->
      <editor
            id="org.eclipse.papyrus.infra.emf.expressions.presentation.ExpressionsEditorID"
            name="%_UI_ExpressionsEditor_label"
            icon="icons/full/obj16/ExpressionsModelFile.gif"
            extensions="expressions"
            class="org.eclipse.papyrus.infra.emf.expressions.presentation.ExpressionsEditor"
            contributorClass="org.eclipse.papyrus.infra.emf.expressions.presentation.ExpressionsActionBarContributor">
      </editor>
   </extension>

   <extension point="org.eclipse.ui.editors">
      <!-- @generated NOT expressions -->
      <!--editor
            id="org.eclipse.papyrus.infra.emf.expressions.booleanexpressions.presentation.BooleanExpressionsEditorID"
            name="%_UI_BooleanExpressionsEditor_label"
            icon="icons/full/obj16/BooleanExpressionsModelFile.gif"
            extensions="booleanexpressions"
            class="org.eclipse.papyrus.infra.emf.expressions.booleanexpressions.presentation.BooleanExpressionsEditor"
            contributorClass="org.eclipse.papyrus.infra.emf.expressions.booleanexpressions.presentation.BooleanExpressionsActionBarContributor">
      </editor-->
   </extension>



</plugin>

Back to the top