Ignore:
Timestamp:
08/07/12 20:10:42 (12 years ago)
Author:
wschamai
Message:

MIG: Migration to Eclipse 3.8 Juno and Papyrus 0.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.helper/plugin.xml

    r1596 r1607  
    22<?eclipse version="3.4"?>
    33<plugin>
    4     <extension
     4    <!--<extension
    55         point="org.eclipse.ui.views">
    66      <view
     
    1212      </view>
    1313   </extension>
    14    
     14   -->
    1515   <extension
    1616         point="org.eclipse.ui.commands">
     
    199199         point="org.eclipse.ui.menus">
    200200      <menuContribution
    201             allPopups="false"
    202201            locationURI="toolbar:org.eclipse.ui.main.toolbar">
    203202         <toolbar
    204203               id="org.openmodelica.modelicaml.toolbar.helper"
    205204               label="ModelicaML Verification">
    206             <visibleWhen
     205           
     206            <!--<visibleWhen
    207207                  checkEnabled="false">
    208208               <with
     
    213213               </with>
    214214            </visibleWhen>
     215            -->
     216           
    215217            <separator
    216218                  name="org.openmodelica.modelicaml.helper.separator1"
     
    227229                        variable="activeEditorId">
    228230                     <equals
    229                            value="org.eclipse.papyrus.core.papyrusEditor">
    230                      </equals>
    231                   </with>
    232                </visibleWhen>
     231                           value="org.eclipse.papyrus.infra.core.papyrusEditor">
     232                     </equals>
     233                  </with>
     234               </visibleWhen>
     235               
     236               <!--<visibleWhen>
     237                    <reference definitionId="org.eclipse.papyrus.uml.diagram.common.IsPapyrusActiveWithUMLModel"/>
     238                </visibleWhen>
     239                -->
    233240            </command>
    234241            <command
    235242                  commandId="org.openmodelica.modelicaml.helper.commands.toolbar.discoverScenToReqRelations"
    236                   icon="icons/correlationset.gif"
     243                  icon="icons/discoverRelations2.gif"
    237244                  label="Discover Relations Between Scenarios and Requirements"
    238245                  style="push"
    239246                  tooltip="Discover Relations Between Scenarios and Requirements">
    240                <visibleWhen>
    241                   <with
    242                         variable="activeEditorId">
    243                      <equals
    244                            value="org.eclipse.papyrus.core.papyrusEditor">
    245                      </equals>
    246                   </with>
    247                </visibleWhen>
     247             
     248               <visibleWhen>
     249                  <with
     250                        variable="activeEditorId">
     251                     <equals
     252                           value="org.eclipse.papyrus.infra.core.papyrusEditor">
     253                     </equals>
     254                  </with>
     255               </visibleWhen>
     256               
     257                <!--<visibleWhen>
     258                    <reference definitionId="org.eclipse.papyrus.uml.diagram.common.IsPapyrusActiveWithUMLModel"/>
     259                </visibleWhen>
     260                -->
    248261            </command>
    249262            <separator
     
    261274                        variable="activeEditorId">
    262275                     <equals
    263                            value="org.eclipse.papyrus.core.papyrusEditor">
    264                      </equals>
    265                   </with>
    266                </visibleWhen>
     276                           value="org.eclipse.papyrus.infra.core.papyrusEditor">
     277                     </equals>
     278                  </with>
     279               </visibleWhen>
     280               
     281                <!--<visibleWhen>
     282                    <reference definitionId="org.eclipse.papyrus.uml.diagram.common.IsPapyrusActiveWithUMLModel"/>
     283                </visibleWhen>
     284                -->
    267285            </command>
    268286            <separator
     
    280298                        variable="activeEditorId">
    281299                     <equals
    282                            value="org.eclipse.papyrus.core.papyrusEditor">
    283                      </equals>
    284                   </with>
    285                </visibleWhen>
     300                           value="org.eclipse.papyrus.infra.core.papyrusEditor">
     301                     </equals>
     302                  </with>
     303               </visibleWhen>
     304               
     305               <!--<visibleWhen>
     306                    <reference definitionId="org.eclipse.papyrus.uml.diagram.common.IsPapyrusActiveWithUMLModel"/>
     307                </visibleWhen>
     308                -->
    286309            </command>
    287310            <!--
     
    296319                        variable="activeEditorId">
    297320                     <equals
    298                            value="org.eclipse.papyrus.core.papyrusEditor">
     321                           value="org.eclipse.papyrus.infra.core.papyrusEditor">
    299322                     </equals>
    300323                  </with>
Note: See TracChangeset for help on using the changeset viewer.