updated plugin to rename command ids
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 26 Sep 2012 15:18:45 +0000 (15:18 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 26 Sep 2012 15:18:45 +0000 (15:18 +0000)
eu.etaxonomy.taxeditor.editor/plugin.xml

index 408559a75b14dc9059d180f1e7cddbd8995cd6d7..ea0cc9afccc356e19cd31b14d41950c0c20a7d2e 100644 (file)
                visible="true">
          </separator>
       </menuContribution>
+      <menuContribution
+            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
+         <command
+               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
+               label="New"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.delete"
+               label="Delete"
+               style="push">
+         </command>
+      </menuContribution>
       <menuContribution
             locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
          <command
                style="push">
          </command>
       </menuContribution>
-      <menuContribution
-            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
-         <command
-               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
-               label="New"
-               style="push">
-         </command>
-         <command
-               commandId="org.eclipse.ui.edit.delete"
-               label="Delete"
-               style="push">
-         </command>
-      </menuContribution>
    </extension>
    <extension
          point="org.eclipse.ui.handlers">