Remove "edit" commands which are replaced by generic cdmViewer framework
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / plugin.xml
index 7c4d0d26851e78f3a5f88b421a40f7602e91035c..a329fe597e178592737edd3ee8a5cc1023cec424 100644 (file)
       </menuContribution>
       <menuContribution
             locationURI="popup:#BulkEditorContext">
-         <command
-               commandId="eu.etaxonomy.taxeditor.navigation.command.update.editSelection"
-               label="%command.label"
-               style="push">
-            <visibleWhen>
-               <reference
-                     definitionId="isTaxonBulkEditorInput">
-               </reference>
-            </visibleWhen>
-         </command>
+         <dynamic
+               class="eu.etaxonomy.taxeditor.view.CdmViewerContextMenu"
+               id="eu.etaxonomy.taxeditor.bulkeditor.cdmViewerContextMenu">
+         </dynamic>
          <separator
                name="taxeditor-bulkeditor.separator1"
                visible="true">
             class="eu.etaxonomy.taxeditor.bulkeditor.handler.ConvertPerson2TeamHandler"
             commandId="eu.etaxonomy.taxeditor.bulkeditor.convertPerson2Team">
       </handler>
+      <handler
+            class="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView"
+            commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView">
+      </handler>
       
    </extension>
    <extension