- refactored/cleaned up commands extension point
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 2 Dec 2014 08:56:31 +0000 (08:56 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 2 Dec 2014 08:56:31 +0000 (08:56 +0000)
eu.etaxonomy.taxeditor.navigation/plugin.xml

index 940095c9c62ec9ceb132fb2177d10368ae27743a..29f6b8d33e6dd60c36c16e585534c201091c23ef 100644 (file)
          
       </menuContribution>
    </extension>
-   <extension
-         point="org.eclipse.ui.commands">
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewTaxonNodeHandler"
-            id="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
-            name="%command.name">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewClassificationHandler"
-            id="eu.etaxonomy.taxeditor.navigation.create.classification"
-            name="%command.name.0">
-      </command>
-   </extension>
    <extension
          point="org.eclipse.ui.commands">
       <command
             id="eu.etaxonomy.taxeditor.navigator.command.update.changeAcceptedToSynonym"
             name="%command.name.5">
       </command>
-   </extension>
-   <extension
-         point="org.eclipse.ui.commands">
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewClassificationHandler"
+            id="eu.etaxonomy.taxeditor.navigation.create.classification"
+            name="%command.name.0">
+      </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewTaxonNodeHandler"
+            id="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
+            name="%command.name">
+      </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.NewPolytomousKeyHandler"
             id="eu.etaxonomy.taxeditor.navigation.key.polytomous.newKey"