Did some code cleanup. Removed obsolete and deprecated classes.
[taxeditor.git] / taxeditor-store / plugin.xml
index 4b7e8f05544ed4e0c67e1eb48dfcdc042d817ac9..d14c3a008cb97dc81609f833ba4bb190ebdaf878 100644 (file)
@@ -3,6 +3,11 @@
 <plugin>
    <extension
          point="org.eclipse.ui.preferencePages">
+      <page
+            class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
+            id="eu.etaxonomy.taxeditor.preferences.general"
+            name="Taxonomic Editor">
+      </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.general"
             class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.description"
-            class="eu.etaxonomy.taxeditor.preference.FeatureMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.feature"
             name="Features">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.description"
-            class="eu.etaxonomy.taxeditor.preference.DistributionStatusMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.DistributionStatusMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
             name="Distribution Status">
       </page>
       </page-->
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.RankMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.RankMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.ranks"
             name="Ranks">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypeMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalStatusTypeMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
             name="Nomenclatural Status Type">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.NameRelationshipTypeMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
             name="Name Relationship Type">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.TaxonRelationshipTypeMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
             id="taxeditor-store.page1"
             name="Taxon Relationship Type">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.SpecimenTypeDesignationStatusMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
             name="Specimen Type Designation Status">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.description"
-            class="eu.etaxonomy.taxeditor.preference.LanguageMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.languages"
             name="Languages">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.MarkerTypeMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.markerTypes"
             name="Marker Types">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.ExtensionTypeMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
             name="Extension Types">
       </page>
-      <page
-            class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
-            id="eu.etaxonomy.taxeditor.preferences.general"
-            name="Taxonomic Editor">
-      </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
-            class="eu.etaxonomy.taxeditor.preference.NameTypeDesignationStatusMenuPreferences"
+            class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
             name="Name Type Designation Status">
       </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.general"
+            class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
+            id="eu.etaxonomy.taxeditor.preferences.matching"
+            name="Matching">
+      </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.matching"
+            class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
+            id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
+            name="NonViralName Matching Strategy">
+      </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.matching"
+            class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
+            id="eu.etaxonomy.taxeditor.preferences.matching"
+            name="Reference Matching Strategy">
+      </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.matching"
+            class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
+            id="eu.etaxonomy.taxeditor.preferences.matching"
+            name="Team or Person Matching Strategy">
+      </page>
    </extension>
    <extension
          point="org.eclipse.ui.views">