Added Create Hierarchy Service for Editor as a experimental feature
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / plugin.xml
index b2dc9bfa68955694681b624893deb79574441ea5..f81c57b2c1529f436b4082807478c167206e2a44 100644 (file)
             class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
             commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
       </handler>
+      <handler
+            class="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
+            commandId="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler">
+      </handler>
    </extension>
    <extension
          name="%extension.name"
             id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
             name="Deep Delete">
       </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
+            id="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
+            name="Fix Classification Hierarchy">
+      </command>
    </extension>
    <extension
          point="org.eclipse.core.expressions.definitions">
           point="eu.etaxonomy.taxeditor.store.cdmViewer">
        <cdmViewer
              class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
-          <input
-                class="eu.etaxonomy.cdm.model.taxon.TaxonBase">
-             <part
-                   class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
-                   name="Taxon Editor">
-             </part>
-          </input>
        </cdmViewer>
     </extension>
 </plugin>