Implemented some of the import/export functionality. Major refactoring of datasource...
[taxeditor.git] / taxeditor-store / plugin.xml
index 333c70bf824d8c077958f5dc3b327fa915cfece6..8d2044070b0fc3a912206372f163292e24c9716e 100644 (file)
             category="eu.etaxonomy.taxeditor.preferences.description"
             class="eu.etaxonomy.taxeditor.preference.FeatureMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.feature"
-            name="Preferred Features">
+            name="Features">
       </page>
       <page
             category="eu.etaxonomy.taxeditor.preferences.taxonomic"
             class="eu.etaxonomy.taxeditor.preference.RankMenuPreferences"
             id="eu.etaxonomy.taxeditor.preferences.ranks"
-            name="Preferred Ranks">
+            name="Ranks">
+      </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.description"
+            class="eu.etaxonomy.taxeditor.preference.DistributionStatusMenuPreferences"
+            id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
+            name="Distribution States">
+      </page>
+      <page
+            category="eu.etaxonomy.taxeditor.preferences.taxonomic"
+            class="eu.etaxonomy.taxeditor.preference.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"
+            id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
+            name="Name Relationship Type">
       </page>
       <page
             class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
             id="eu.etaxonomy.taxeditor.import.category.excel"
             name="Excel">
       </category>
+      <wizard
+            category="eu.etaxonomy.taxeditor.import.category.cdm"
+            class="eu.etaxonomy.taxeditor.io.BerlinModelImportWizard"
+            id="eu.etaxonomy.taxeditor.io.import.berlinModel"
+            name="Berlin Model">
+      </wizard>
    </extension>
    <extension
          point="org.eclipse.ui.exportWizards">
                        class="org.eclipse.ui.ExtensionFactory:progressView"  
                        id="org.eclipse.ui.views.ProgressView">  
                </view>  
-       </extension>  
+       </extension>
+ <extension
+       point="org.eclipse.debug.core.launchConfigurationTypes">
+    <launchConfigurationType
+          id="eu.etaxonomy.taxeditor.newInstance"
+          name="NewInstance">
+    </launchConfigurationType>
+ </extension>  
        
 </plugin>