ref #6566 Sort main menu
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / plugin.xml
index 0d063eb20cdc44156a08037de6beccd5455c3edb..b2babca3927e69fde7e8927c455c09caa1cfdb79 100644 (file)
@@ -35,7 +35,7 @@
    <extension
          point="org.eclipse.ui.menus">
       <menuContribution
-            locationURI="menu:org.eclipse.ui.main.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last">
+            locationURI="menu:eu.etaxonomy.taxeditor.workbench.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last">
          <menu
                id="bulkeditor.menus.openmenu"
                label="%menu.label">
                      definitionId="isBulkEditorSupported">
                </reference>
                <not>
-                  <reference
-                        definitionId="isBulkEditor">
-                  </reference>
+                  <with
+                        variable="activePartId">
+                     <equals
+                           value="bulkeditor.editor">
+                     </equals>
+                  </with>
                </not>
             </and>
          </activeWhen>
             viewerName="%viewCommandMapping.viewerName.BULK_EDITOR">
       </viewCommandMapping>
    </extension>
+   <extension
+         id="id1"
+         point="org.eclipse.e4.workbench.model">
+      <fragment
+            apply="always"
+            uri="fragment.e4xmi">
+      </fragment>
+   </extension>
 <!-- start set marker -->
 
 </plugin>