(no commit message)
[taxeditor.git] / eu.etaxonomy.taxeditor.store / plugin.xml
index e817ac697f66f465c2c30763a85ff7c0fa78060a..4b45281d397b9d0f8de499839325b788f1825e32 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.2"?>
 <plugin>
+   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
    <extension
          point="org.eclipse.ui.preferencePages">
       <page
             </command>
             <command
                   commandId="org.eclipse.ui.views.showView"
-                  label="%command.label.1"
+                  id="org.eclipse.ui.views.showView.supplemental"
+                     label="%command.label.1"
                   style="push">
                <parameter
                      name="org.eclipse.ui.views.showView.viewId"
                      value="eu.etaxonomy.taxeditor.view.supplementalData">
                </parameter>
             </command>
+            <!-- Originally used by validation framework, currently not in use -->
+       <!--        <command
+                        id="org.eclipse.ui.views.showView.problems"
+                    commandId="org.eclipse.ui.views.showView"
+                    label="Problems"
+                    style="push">
+                 <parameter
+                       name="org.eclipse.ui.views.showView.viewId"
+                       value="org.eclipse.ui.views.ProblemView">
+                 </parameter>
+              </command>  -->
             <separator
                   name="eu.etaxonomy.taxeditor.store.showViewMenu.internal"
                   visible="true">
          </command>
          <command
                commandId="eu.etaxonomy.taxeditor.store.datasource.clone"
-               label="Clone"
+               label="%command.label.clone"
                style="push">
                 <visibleWhen>
               <with
             locationURI="popup:eu.etaxonomy.taxeditor.view.derivateSearch.DerivateSearchView">
          <command
                commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
-               label="Open in Derivate Editor"
+               label="%command.label.openInSpecimenEditor"
                style="push">
+            <visibleWhen
+                  checkEnabled="true">
+               <with
+                     variable="selection">
+                  <count
+                        value="+">
+                  </count>
+               </with>
+            </visibleWhen>
          </command>
       </menuContribution>
    </extension>
             id="eu.etaxonomy.taxeditor.io.export.csv"
             name="CSV">
       </wizard>
+      <wizard
+            category="eu.etaxonomy.taxeditor.export.category.cdm"
+            class="eu.etaxonomy.taxeditor.io.wizard.CsvNameExportWizard"
+            id="eu.etaxonomy.taxeditor.io.export.csv"
+            name="CSV-Names">
+      </wizard>
    </extension>
    <extension
          point="org.eclipse.ui.newWizards">