add the possibility to add taxonnode agent relations to a taxonnode and to edit a...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / plugin.xml
index 4b8b2413b5fe2fe1c7357fa102e772ee776b3752..3e23d6cc7d54b7e7b1356315bc0543a76f913ac7 100644 (file)
                typeId="eu.etaxonomy.taxeditor.uuidParameterType">
          </commandParameter>
       </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.handler.defaultHandler.DefaultOpenTaxonNodeWizardHandler"
+            id="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
+            name="%command.name.OPEN_TAXONNODE_WIZARD">
+         <commandParameter
+               id="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard.uuid"
+               name="TaxonNode Uuid"
+               optional="true"
+               typeId="eu.etaxonomy.taxeditor.uuidParameterType">
+         </commandParameter>
+      </command>
    </extension>
    <extension
          point="org.eclipse.ui.commands">
          selection="eu.etaxonomy.cdm.model.taxon.Classification"
          viewerName="Classification Wizard">
    </viewCommandMapping>
+   <viewCommandMapping
+         commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
+         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
+         viewerName="TaxonNode Wizard">
+   </viewCommandMapping>
 </extension>
 </plugin>