Revert "ref #8263 Set term vocabulary DTO when fetching terms"
[taxeditor.git] / eu.etaxonomy.taxeditor.store / plugin.xml
index bf1180df4abc1be32a9788f1647b44bd4e00494e..804f941986438a9c2f07926763e6b4656aa9b26f 100755 (executable)
@@ -1,54 +1,11 @@
 <?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 id="eu.etaxonomy.taxeditor.store.cdmViewer" name="%extension-point.name.2" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
+   <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="%extension-point.name.3" schema="schema/eu.etaxonomy.taxeditor.store.preferencePage.exsd"/>
+   <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
    <extension
          point="org.eclipse.ui.menus">
-      <menuContribution
-            locationURI="menu:eu.etaxonomy.taxeditor.workbench.menu.file?after=eu.etaxonomy.taxeditor.application.filemenu.io">
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.operations.showRemotingLoginWindow"
-               label="%command.label.CONNECT"
-               style="push">
-         </command>
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.operations.showLoginWindow"
-               label="%command.label.5"
-               style="push">
-            <visibleWhen
-                  checkEnabled="true">
-               <reference
-                     definitionId="isUserLoggedIn">
-               </reference>
-            </visibleWhen>
-         </command>
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.operations.reconnect"
-               label="%command.label.RE_CONNECT"
-               style="push">
-            <visibleWhen
-                  checkEnabled="true">
-               <reference
-                     definitionId="isUserLoggedIn">
-               </reference>
-            </visibleWhen>
-         </command>
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.openPasswordWizzard"
-               label="%command.label.CHANGE_PASSWORD"
-               style="push">
-            <visibleWhen
-                  checkEnabled="true">
-               <reference
-                     definitionId="isUserLoggedIn">
-               </reference>
-            </visibleWhen>
-         </command>
-         <separator
-               name="eu.etaxonomy.taxeditor.application.filemenu.login"
-               visible="true">
-         </separator>
-      </menuContribution>
       <menuContribution
             locationURI="toolbar:org.eclipse.ui.trim.status">
          <toolbar
          </toolbar>
       </menuContribution>
    </extension>
-   <extension
-         point="org.eclipse.ui.handlers">
-      <handler
-            class="eu.etaxonomy.taxeditor.view.datasource.handler.DeleteDataSourceHandler"
-            commandId="eu.etaxonomy.taxeditor.view.datasource.delete">
-         <activeWhen>
-            <with
-                  variable="activePartId">
-               <equals
-                     value="eu.etaxonomy.taxeditor.view.datasource">
-               </equals>
-            </with>
-         </activeWhen>
-      </handler>
-      <handler
-            class="eu.etaxonomy.taxeditor.editor.definedterm.handler.DeleteTermBaseHandler"
-            commandId="eu.etaxonomy.taxeditor.editor.definedTerms.delete">
-         <activeWhen>
-            <with
-                  variable="activePartId">
-               <equals
-                     value="eu.etaxonomy.taxeditor.editor.definedTerm">
-               </equals>
-            </with>
-         </activeWhen>
-      </handler>
-      <handler
-            class="eu.etaxonomy.taxeditor.handler.ShowRemotingLoginWindowHandler"
-            commandId="eu.etaxonomy.taxeditor.store.operations.showRemotingLoginWindow">
-      </handler>
-      <handler
-            class="eu.etaxonomy.taxeditor.handler.OpenPasswordWizzardHandler"
-            commandId="eu.etaxonomy.taxeditor.store.openPasswordWizzard">
-         <enabledWhen>
-            <reference
-                  definitionId="isUserLoggedIn">
-            </reference></enabledWhen>
-      </handler>
-      <handler
-            class="eu.etaxonomy.taxeditor.handler.OpenDistributionEditorWizardHandler"
-            commandId="eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardHandler">
-         <activeWhen>
-            <reference
-                  definitionId="hasROLE_PROJECT_MANAGER">
-            </reference>
-         </activeWhen>
-      </handler>
-       <handler
-            class="eu.etaxonomy.taxeditor.handler.OpenImportPreferenceHandler"
-            commandId="eu.etaxonomy.taxeditor.store.open.OpenImportPreferenceHandler">
-            <activeWhen>
-            <reference
-                  definitionId="hasROLE_PROJECT_MANAGER">
-            </reference>
-         </activeWhen>
-      </handler>
-      <handler
-            class="eu.etaxonomy.taxeditor.handler.SwitchUserHandler"
-            commandId="eu.etaxonomy.taxeditor.store.operations.showLoginWindow">
-         <activeWhen>
-            <reference
-                  definitionId="isRemoting">
-            </reference>
-         </activeWhen>
-      </handler>
-   </extension>
-   <extension
-         name="%extension.name.0"
-         point="org.eclipse.ui.commands">
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.handler.ShowLoginWindowHandler"
-            id="eu.etaxonomy.taxeditor.store.operations.showLoginWindow"
-            name="%command.name.4">
-      </command>
-      <command
-            id="eu.etaxonomy.taxeditor.store.operations.showRemotingLoginWindow"
-            name="%command.name.CONNECT">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.handler.ReconnectHandler"
-            id="eu.etaxonomy.taxeditor.store.operations.reconnect"
-            name="%command.name.RE_CONNECT">
-      </command>
-      <command
-            id="eu.etaxonomy.taxeditor.store.openPasswordWizzard"
-            name="%command.name.10">
-      </command>
-      <command
-            id="eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardHandler"
-            name="%command.name.11">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.ChangeConnectionHandler"
-            id="eu.etaxonomy.taxeditor.datasource.connect"
-            name="%command.name.12">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.handler.OpenInspectSessionsHandler"
-            id="eu.etaxonomy.taxeditor.store.open.InspectSessionsDialog"
-            name="%command.name.INSPECT_ACTIVE_SESSIONS">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.handler.OpenHandler"
-            id="eu.etaxonomy.taxeditor.store.open"
-            name="%command.name.15">
-      </command>
-   </extension>
-   <extension
-         point="org.eclipse.ui.commands">
-      <commandParameterType
-            converter="eu.etaxonomy.taxeditor.handler.UuidsParameterTypeConverter"
-            id="eu.etaxonomy.taxeditor.uuidParameterType"
-            type="java.util.UUID">
-      </commandParameterType>
-      <commandParameterType
-            converter="eu.etaxonomy.taxeditor.handler.UuidsParameterTypeConverter"
-            id="eu.etaxonomy.taxeditor.uuidsParameterType"
-            type="java.util.List">
-      </commandParameterType>
-   </extension>
    <extension
          point="org.eclipse.ui.newWizards">
       <wizard
             name="%wizard.name.17">
       </wizard>
    </extension>
-<extension
-            point="org.eclipse.ui.themes">
-         <themeElementCategory
-               id="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               label="%themeElementCategory.label">
-            <description>
-               %themeElementCategory.description
-            </description>
-         </themeElementCategory>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackground"
-               label="%colorDefinition.label"
-               value="150,150,150">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textDefault"
-               label="%colorDefinition.label.0"
-               value="0,0,0">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.colorCompositeBackground"
-               label="%colorDefinition.label.1"
-               value="255,255,255">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.colorCompositeIrrelevant"
-               label="%colorDefinition.label.2"
-               value="241,139,18">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textDisabled"
-               label="%colorDefinition.label.3"
-               value="150,150,150">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textBackgroundDisabled"
-               label="%colorDefinition.label.4"
-               value="230,230,230">
-         </colorDefinition>
-         <themeElementCategory
-               id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
-               label="%themeElementCategory.label.0"
-               parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
-            <description>
-               %themeElementCategory.description.0
-            </description>
-         </themeElementCategory>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackgroundOdd"
-               label="%colorDefinition.label.5"
-               value="230,230,230">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackgroundEven"
-               label="%colorDefinition.label.6"
-               value="255,255,255">
-         </colorDefinition>
-         <themeElementCategory
-               id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               label="%themeElementCategory.label.1"
-               parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
-            <description>
-               %themeElementCategory.description.1
-            </description>
-         </themeElementCategory>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerBackground"
-               label="%colorDefinition.label.7"
-               value="220, 220, 220">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerSelectedFocus"
-               label="%colorDefinition.label.8"
-               value="232,242,254">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerSelected"
-               label="%colorDefinition.label.9"
-               value="210, 210, 210">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerDragEnter"
-               label="%colorDefinition.label.10"
-               value="185,255,133">
-         </colorDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.accepted"
-               label="%fontDefinition.label"
-               value="Georgia-regular-12">
-         </fontDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.synonym"
-               label="%fontDefinition.label.0"
-               value="Georgia-regular-10">
-         </fontDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.misapplication"
-               label="%fontDefinition.label.1"
-               value="Georgia-regular-10">
-         </fontDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.concept"
-               label="%fontDefinition.label.2"
-               value="Georgia-regular-10">
-         </fontDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.default"
-               label="%fontDefinition.label.3"
-               value="Georgia-regular-10">
-         </fontDefinition>
-         <themeElementCategory
-               id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-               label="%themeElementCategory.label.2"
-               parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
-            <description>
-               %themeElementCategory.description.2
-            </description>
-         </themeElementCategory>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.searchView.foreground"
-               label="%colorDefinition.label.11"
-               value="192, 192, 192">
-         </colorDefinition>
-         <colorDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-               id="eu.etaxonomy.taxeditor.preferences.colorDefinition.searchView.focus"
-               label="%colorDefinition.label.12"
-               value="0, 0, 0">
-         </colorDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.accepted"
-               isEditable="true"
-               label="%fontDefinition.label.4"
-               value="Arial-regular-10">
-            <description>
-               %fontDefinition.description
-            </description>
-         </fontDefinition>
-         <fontDefinition
-               categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-               id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.synonym"
-               isEditable="true"
-               label="%fontDefinition.label.5"
-               value="Arial-italic-10">
-         <description>
-            %fontDefinition.description.0
-         </description>
-      </fontDefinition>
-      <fontDefinition
-            categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
-            id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.other"
-            isEditable="true"
-            label="%fontDefinition.label.6"
-            value="Lucida Grande-regular-11">
-         <description>
-            %fontDefinition.description.1
-         </description>
-      </fontDefinition>
-      <colorDefinition
-            categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
-            id="eu.etaxonomy.taxeditor.preferences.colorDefinition.parseError"
-            label="%colorDefinition.label.13"
-            value="255,0,0">
-      </colorDefinition>
-      <colorDefinition
-            categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
-            id="eu.etaxonomy.taxeditor.preferences.colorDefinition.disabledEditor"
-            label="%colorDefinition.label.14"
-            value="105,114,124">
-      </colorDefinition>
-      <colorDefinition
-            categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
-            id="eu.etaxonomy.taxeditor.preferences.colorDefinition.editorError"
-            label="%colorDefinition.label.15"
-            value="255,0,0">
-      </colorDefinition>
-      </extension>
 <extension
       point="org.eclipse.core.expressions.propertyTesters">
    <propertyTester
          class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
          id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
          namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
-         properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
+         properties="isShowExperimentalFeatures, isChecklistEditorEnabled, isShowIOMenuEnabled, isShowSpecimenMenuEnabled"
          type="java.lang.Object">
    </propertyTester>
    <propertyTester
         properties="hasPermissions, hasRoles"
         type="org.eclipse.jface.viewers.IStructuredSelection">
    </propertyTester>
+   <propertyTester
+         class="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester"
+         id="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester"
+         namespace="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester"
+         properties="isFeatureTree"
+         type="org.eclipse.jface.viewers.IStructuredSelection">
+   </propertyTester>
 </extension>
 <extension
       point="org.eclipse.core.expressions.definitions">
             property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
       </test>
    </definition>
+   <definition
+         id="isShowIOMenuEnabled">
+      <test
+            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowIOMenuEnabled">
+      </test>
+   </definition>
+   <definition
+         id="isShowSpecimenMenuEnabled">
+      <test
+            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowSpecimenMenuEnabled">
+      </test>
+   </definition>
    <definition
          id="isModifiable">
       <with
             </reference>
          </and>
       </definition>
+       
       <definition
             id="isChecklistEditorEnabled">
          <test
                property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
          </test>
       </definition>
+      <definition
+            id="isFeatureTree">
+         <with
+               variable="selection">
+            <test
+                  property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree">
+            </test>
+         </with>
+      </definition>
 </extension>
 <extension
       point="org.eclipse.ui.activities">
 </extension>
 <extension
       id="eu.etaxonomy.taxeditor.store.workbench.model"
-      name="Store Workbench Model"
+      name="%extension.name.2"
       point="org.eclipse.e4.workbench.model">
    <fragment
          apply="always"
    </fragment>
 </extension>
 <extension
-      point="eu.etaxonomy.taxeditor.workbench.e4PreferencePages">
-   <page
+      point="eu.etaxonomy.taxeditor.store.preferencePage">
+<page
          category="eu.etaxonomy.taxeditor.preferences.general"
          class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
          id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
    </page>
    <page
          category="eu.etaxonomy.taxeditor.preferences.general"
-         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
-         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
-         name="%page.name.36">
-   </page>
-   <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
-         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
+         class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
          id="eu.etaxonomy.taxeditor.preferences.description"
          name="%page.name.0">
+   </page>
+    <page
+         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
+         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.termEditor"
+         name="%page.name.101">
    </page>
    <page
          category="eu.etaxonomy.taxeditor.preferences.description"
          id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
          name="%page.name.2">
    </page>
-   <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
-         class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
-         id="eu.etaxonomy.taxeditor.preferences.taxonomic"
-         name="%page.name.3">
+    <page
+         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
+         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
+         name="%page.name.48">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
          id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
          name="%page.name.4">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.RankMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.ranks"
          name="%page.name.5">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalStatusTypeMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
          name="%page.name.6">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
          name="%page.name.7">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
          id="taxeditor-store.page1"
          name="%page.name.8">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
          name="%page.name.9">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
          name="%page.name.13">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.language"
+         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
          class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.languages"
          name="%page.name.10">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.markerTypes"
          name="%page.name.11">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
          class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
          id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
          name="%page.name.12">
    </page>
    <page
          category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
+         name="%page.name.49">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
          class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
          id="eu.etaxonomy.taxeditor.preferences.matching"
          name="%page.name.15">
    <page
          category="eu.etaxonomy.taxeditor.preferences.matching"
          class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
-         id="eu.etaxonomy.taxeditor.preferences.matching"
+         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
          name="%page.name.17">
    </page>
    <page
          category="eu.etaxonomy.taxeditor.preferences.matching"
          class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
-         id="eu.etaxonomy.taxeditor.preferences.matching"
+         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
          name="%page.name.18">
    </page>
    <page
          name="%page.name.20">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.feature"
+         category="eu.etaxonomy.taxeditor.preferences.description"
          class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
          id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
          name="%page.name.22">
          name="%page.name.23">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
          class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
          id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
          name="%page.name.24">
    </page>
-   <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
-         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
-         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
-         name="%page.name.25">
-   </page>
    <page
          category="eu.etaxonomy.taxeditor.preferences.general"
          class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
          name="%page.name.26">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
          class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
          id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
          name="%page.name.27">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
          class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
          id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
          name="%page.name.28">
          name="%page.name.30">
    </page>
    <page
-         category="eu.etaxonomy.taxeditor.preferences.general"
+         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
          class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
          id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
          name="%page.name.32">
    </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
+         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
+         name="%page.name.38">
+   </page>
+  <page
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
+         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
+         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
+         name="%page.name.36">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
+         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
+         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
+         name="%page.name.102">
+   </page>
+     <page
+         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
+         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
+         name="%page.name.25">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.NamePreferences"
+         id="eu.etaxonomy.taxeditor.preferences.namePreferences"
+         name="%page.name.51">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
+         name="%page.name.52">
+   </page>
+       <page
+        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
+         class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
+         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
+         name="%page.name.46">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.UIPreferences"
+         id="eu.etaxonomy.taxeditor.preference.UIPreferences"
+         name="%page.name.53">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
+         id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
+         name="%page.name.54">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
+         id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
+         name="%page.name.55">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
+         id="eu.etaxonomy.taxeditor.preference.searchPreferences"
+         name="%page.name.56">
+   </page>
+    <page
+         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
+         class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
+         id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
+         name="%page.name.57">
+   </page>
+    <page
+          category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
+          class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
+          id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
+          name="%page.name.58">
+    </page>
+   
+   
+</extension>
+<extension
+      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
+   <!-- <page
+         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
+         id="eu.etaxonomy.taxeditor.preferences.general"
+         name="%page.name">
+   </page>  -->
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
+         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
+         name="%page.name.50">
+   </page>
+   <!--<page 
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
+         id="eu.etaxonomy.taxeditor.store.distribution"
+         name="%page.name.100">
+   </page>-->
+    <page 
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
+         id="eu.etaxonomy.taxeditor.store.checklist"
+         name="%page.name.21">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
+         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
+         name="%page.name.41">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.VocabularyAdminPreferences"
+         id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
+         name="%page.name.47">
+   </page>
+    <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
+         id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
+         name="%page.name.26">
+   </page>
+   <page
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
+         id="eu.etaxonomy.taxeditor.preferences.general"
+         name="%page.name.42">
+   </page>
+    <page
+        category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
+         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
+         name="%page.name.46">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
+         id="eu.etaxonomy.taxeditor.store.page2"
+         name="%page.name.43">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportPreference"
+         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
+         name="%page.name.40">
+   </page>
+   <page
+         category="eu.etaxonomy.taxeditor.preferences.general"
+         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
+         id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
+         name="Name Details View">
+   </page>
 </extension>
 </plugin>