Updated version in pom / project files to taxeditor version : 4.0.0 and cdmlib versio...
[taxeditor.git] / eu.etaxonomy.taxeditor.application / plugin.xml
index 92ca4981ba913769d30dbb4756289aa40acca357..ae74af849e0ff876087aa64776ee4fe35b24249c 100644 (file)
-<?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.2"?>\r
-<plugin>\r
-   <extension\r
-         id="application"\r
-         name="Taxonomic Editor"\r
-         point="org.eclipse.core.runtime.applications">\r
-      <application\r
-            cardinality="singleton-global"\r
-            thread="main"\r
-            visible="true">\r
-         <run\r
-               class="eu.etaxonomy.taxeditor.Application">\r
-         </run>\r
-      </application>\r
-   </extension>\r
-   <extension\r
-         point="org.eclipse.ui.perspectives">\r
-      <perspective\r
-            class="eu.etaxonomy.taxeditor.perspective.Taxonomic"\r
-            id="eu.etaxonomy.taxeditor.application.perspective.taxonomic"\r
-            name="Taxonomic">\r
-      </perspective>\r
-      <perspective\r
-            class="eu.etaxonomy.taxeditor.perspective.BulkEditing"\r
-            id="eu.etaxonomy.taxeditor.application.perspective.bulkeditor"\r
-            name="Bulk Editing">\r
-      </perspective>\r
-      <perspective\r
-            class="eu.etaxonomy.taxeditor.perspective.PolytomousKey"\r
-            id="eu.etaxonomy.taxeditor.application.perspective.polytomous"\r
-            name="Polytomous Key">\r
-      </perspective>\r
-      <!-- FIXME:3.3MC -->\r
-       <!--perspective\r
-            class="eu.etaxonomy.taxeditor.perspective.Uses"\r
-            id="eu.etaxonomy.taxeditor.application.perspective.uses"\r
-            name="Uses">\r
-      </perspective-->\r
-     \r
-   </extension>\r
-   <!--extension\r
-         point="org.eclipse.ui.views">\r
-      <view\r
-            class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"\r
-            id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"\r
-            name="Taxonomic Tree">\r
-      </view>\r
-      <view\r
-            allowMultiple="true"\r
-            class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"\r
-            id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"\r
-            name="Search Result"\r
-            restorable="true">\r
-      </view>\r
-   </extension-->\r
- <extension\r
-       point="org.eclipse.ui.perspectiveExtensions">\r
-    <perspectiveExtension\r
-          targetID="eu.etaxonomy.taxeditor.application.perspective.bulkeditor">\r
-       <showInPart\r
-             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">\r
-       </showInPart>\r
-       <showInPart\r
-             id="eu.etaxonomy.taxeditor.bulkeditor.referencingobjectsview">\r
-       </showInPart>\r
-    </perspectiveExtension>\r
-    <perspectiveExtension\r
-          targetID="eu.etaxonomy.taxeditor.application.perspective.polytomous">\r
-       <showInPart\r
-             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">\r
-       </showInPart>\r
-    </perspectiveExtension>\r
-    <perspectiveExtension\r
-          targetID="eu.etaxonomy.taxeditor.application.perspective.uses">\r
-       <showInPart\r
-             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">\r
-       </showInPart>\r
-    </perspectiveExtension>\r
- </extension>\r
-   <extension\r
-         point="org.eclipse.ui.menus">\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu">\r
-         <menu\r
-               id="org.eclipse.ui.main.menu.file"\r
-               label="General">\r
-         </menu>\r
-         <menu\r
-               id="org.eclipse.ui.main.menu.edit"\r
-               label="Edit">\r
-         </menu>\r
-         <menu\r
-               id="org.eclipse.ui.main.menu.window"\r
-               label="Window">\r
-         </menu>\r
-         <menu\r
-               id="org.eclipse.ui.main.menu.help"\r
-               label="Help">\r
-         </menu>\r
-      </menuContribution>\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu.file">\r
-         <menu\r
-               id="eu.etaxonomy.navigation.menu.new"\r
-               label="New">\r
-         </menu>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.application.filemenu.new"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.file.close"\r
-               label="Close"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.file.closeAll"\r
-               label="Close All"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.application.filemenu.close"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.file.save"\r
-               label="Save"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.file.saveAll"\r
-               label="Save All"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.application.filemenu.save"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.file.import"\r
-               label="Import..."\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.file.export"\r
-               label="Export..."\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.application.filemenu.io"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.file.exit"\r
-               id="eu.etaxonomy.taxeditor.application.menu.exit"\r
-               label="Exit"\r
-               style="push">\r
-         </command>\r
-      </menuContribution>\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu.edit">\r
-         <command\r
-               commandId="org.eclipse.ui.edit.undo"\r
-               label="Undo">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.edit.redo"\r
-               label="Redo"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.ui.edit.separator1"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.edit.cut"\r
-               label="Cut"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.edit.copy"\r
-               label="Copy"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.edit.paste"\r
-               label="Paste"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.ui.edit.separator2"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.edit.delete"\r
-               label="Delete"\r
-               style="push">\r
-         </command>\r
-      </menuContribution>\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu.window">\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.application.windowMenu.last"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.window.preferences"\r
-               label="Preferences"\r
-               style="push">\r
-         </command>\r
-      </menuContribution>\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu.help">\r
-         <command\r
-               commandId="org.eclipse.ui.help.helpContents"\r
-               label="Help Contents"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.ui.help.helpSearch"\r
-               label="Search"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.ui.help.separator0"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.help.dynamicHelp"\r
-               label="Dynamic Help"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="eu.etaxonomy.taxeditor.application.help.parser"\r
-               label="Parser Help Website"\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.ui.help.separator1"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.equinox.p2.ui.sdk.update"\r
-               label="Check for Updates"\r
-               style="push">\r
-         </command>\r
-         <command\r
-               commandId="org.eclipse.equinox.p2.ui.sdk.install"\r
-               label="Install New Software..."\r
-               style="push">\r
-         </command>\r
-         <separator\r
-               name="eu.etaxonomy.taxeditor.ui.help.separator2"\r
-               visible="true">\r
-         </separator>\r
-         <command\r
-               commandId="org.eclipse.ui.help.aboutAction"\r
-               label="About Taxonomic Editor">\r
-         </command>\r
-         <command\r
-               commandId="eu.etaxonomy.taxeditor.application.help.aboutPlatform"\r
-               label="About the EDIT Platform"\r
-               style="push">\r
-         </command>\r
-      </menuContribution>\r
-            <menuContribution\r
-            locationURI="toolbar:org.eclipse.ui.main.toolbar">\r
-         <toolbar\r
-               id="eu.etaxonomy.taxeditor.editor.main">\r
-            <command\r
-                  commandId="org.eclipse.ui.newWizard"\r
-                  label="New"\r
-                  style="push">\r
-            </command>\r
-            <command\r
-                  commandId="org.eclipse.ui.file.save"\r
-                  label="Save"\r
-                  style="push">\r
-            </command>\r
-         </toolbar>\r
-      </menuContribution>\r
-   </extension>\r
-   <extension\r
-         id="product"\r
-         point="org.eclipse.core.runtime.products">\r
-      <product\r
-            application="eu.etaxonomy.taxeditor.application.application"\r
-            name="EDIT Taxonomic Editor">\r
-         <property\r
-               name="windowImages"\r
-               value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">\r
-         </property>\r
-         <property\r
-               name="aboutText"\r
-               value="%productBlurb">\r
-         </property>\r
-         <!--property\r
-               name="startupForegroundColor"\r
-               value="#C8D5EA"-->\r
-         <property\r
-               name="startupForegroundColor"\r
-               value="000000">\r
-         </property>\r
-         <property\r
-               name="startupProgressRect"\r
-               value="5,447,366,15">\r
-         </property>\r
-         <property\r
-               name="startupMessageRect"\r
-               value="7,432,360,20">\r
-         </property>\r
-         <property\r
-               name="appName"\r
-               value="EDIT Taxonomic Editor">\r
-         </property>\r
-         <property\r
-               name="preferenceCustomization"\r
-               value="plugin_customization.ini">\r
-         </property>\r
-         <property\r
-               name="aboutImage"\r
-               value="icons/256color_48x48.gif">\r
-         </property>\r
-      </product>\r
-   </extension>\r
-   <extension\r
-         point="org.eclipse.ui.commands">\r
-      <command\r
-            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalParserHelpHandler"\r
-            id="eu.etaxonomy.taxeditor.application.help.parser"\r
-            name="Parser Help">\r
-      </command>\r
-      <command\r
-            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalAboutPlatformHandler"\r
-            id="eu.etaxonomy.taxeditor.application.help.aboutPlatform"\r
-            name="About the EDIT Platform">\r
-      </command>\r
-   </extension>\r
-\r
-       <extension\r
-               point="org.eclipse.ui.activities">\r
-               <activity\r
-                       description="Disable unwanted eclipse UI"\r
-                       id="eu.etaxonomy.taxeditor.disable"\r
-                       name="Disable">\r
-               </activity>\r
-               <activityPatternBinding\r
-                       activityId="eu.etaxonomy.taxeditor.disable"\r
-                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">\r
-               </activityPatternBinding>\r
-               <activityPatternBinding\r
-                       activityId="eu.etaxonomy.taxeditor.disable"\r
-                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">\r
-               </activityPatternBinding>\r
-               <activityPatternBinding\r
-                       activityId="eu.etaxonomy.taxeditor.disable"\r
-                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">\r
-               </activityPatternBinding>\r
-               <activityPatternBinding\r
-                       activityId="eu.etaxonomy.taxeditor.disable"\r
-                       pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">\r
-               </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\..*externaltools.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.debug.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.team.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.ant.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.pde.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.jdt.*">\r
-  </activityPatternBinding>\r
-  <activityPatternBinding\r
-        activityId="eu.etaxonomy.taxeditor.disable"\r
-        pattern="org\.eclipse\.search.*">\r
-  </activityPatternBinding>\r
-       </extension>\r
- <extension\r
-       id="eu_etaxonomy_taxeditor_product"\r
-       point="org.eclipse.core.runtime.products">\r
-    <product\r
-          application="eu.etaxonomy.taxeditor.application.application"\r
-          name="EDIT Taxonomic Editor">\r
-       <property\r
-             name="appName"\r
-             value="EDIT Taxonomic Editor">\r
-       </property>\r
-       <property\r
-             name="aboutImage"\r
-             value="icons/256color_48x48.gif">\r
-       </property>\r
-       <property\r
-             name="aboutText"\r
-             value="%productBlurb">\r
-       </property>\r
-       <property\r
-             name="windowImages"\r
-             value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">\r
-       </property>\r
-       <property\r
-             name="startupForegroundColor"\r
-             value="000000">\r
-       </property>\r
-       <property\r
-             name="startupMessageRect"\r
-             value="7,432,360,20">\r
-       </property>\r
-       <property\r
-             name="startupProgressRect"\r
-             value="5,447,366,15">\r
-       </property>\r
-       <property\r
-             name="preferenceCustomization"\r
-             value="plugin_customization.ini">\r
-       </property>\r
-    </product>\r
- </extension>\r
-\r
-</plugin>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+   <extension
+         id="application"
+         name="%extension.name"
+         point="org.eclipse.core.runtime.applications">
+      <application
+            cardinality="singleton-global"
+            thread="main"
+            visible="true">
+         <run
+               class="eu.etaxonomy.taxeditor.Application">
+         </run>
+      </application>
+   </extension>
+   <extension
+         point="org.eclipse.ui.perspectives">
+      <perspective
+            class="eu.etaxonomy.taxeditor.perspective.Taxonomic"
+            id="eu.etaxonomy.taxeditor.application.perspective.taxonomic"
+            name="%perspective.name">
+      </perspective>
+      <perspective
+            class="eu.etaxonomy.taxeditor.perspective.PolytomousKey"
+            id="eu.etaxonomy.taxeditor.application.perspective.polytomous"
+            name="%perspective.name.0">
+      </perspective>
+      <perspective
+            class="eu.etaxonomy.taxeditor.perspective.Uses"
+            id="eu.etaxonomy.taxeditor.application.perspective.uses"
+            name="%perspective.name.1">
+      </perspective>
+      <perspective
+            class="eu.etaxonomy.taxeditor.perspective.DerivatePerspective"
+            icon="icons/specimen_derivate-16x16-32.png"
+            id="eu.etaxonomy.taxeditor.application.perspective.derivates"
+            name="%perspective.name.2">
+      </perspective>
+      <perspective
+            class="eu.etaxonomy.taxeditor.perspective.ChecklistPerspective"
+            icon="icons/check.png"
+            id="eu.etaxonomy.taxeditor.perspective.checklistperspective"
+            name="Checklist">
+      </perspective>
+     
+   </extension>
+   <!--extension
+         point="org.eclipse.ui.views">
+      <view
+            class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"
+            id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
+            name="Taxonomic Tree">
+      </view>
+      <view
+            allowMultiple="true"
+            class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
+            id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
+            name="Search Result"
+            restorable="true">
+      </view>
+   </extension-->
+   <extension
+         point="org.eclipse.ui.menus">
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu">
+         <menu
+               id="org.eclipse.ui.main.menu.file"
+               label="%menu.label">
+         </menu>
+         <menu
+               id="org.eclipse.ui.main.menu.edit"
+               label="%menu.label.0">
+         </menu>
+         <menu
+               id="org.eclipse.ui.main.menu.window"
+               label="%menu.label.1">
+         </menu>
+         <menu
+               id="org.eclipse.ui.main.menu.help"
+               label="%menu.label.2">
+         </menu>
+      </menuContribution>
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu.file">
+         <menu
+               id="eu.etaxonomy.navigation.menu.new"
+               label="%menu.label.3">
+         </menu>
+         <separator
+               name="eu.etaxonomy.taxeditor.application.filemenu.new"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.file.close"
+               label="%command.label"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.file.closeAll"
+               label="%command.label.0"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.application.filemenu.close"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.file.save"
+               label="%command.label.1"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.file.saveAll"
+               label="%command.label.2"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.application.filemenu.save"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.file.import"
+               label="%command.label.3"
+               style="push">
+            <visibleWhen
+                  checkEnabled="true">
+               <reference
+                     definitionId="isCdmStoreConnected">
+               </reference>
+            </visibleWhen>
+         </command>
+         <command
+               commandId="org.eclipse.ui.file.export"
+               label="%command.label.4"
+               style="push">
+            <visibleWhen
+                  checkEnabled="true">
+               <reference
+                     definitionId="isCdmStoreConnected">
+               </reference>
+            </visibleWhen>
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.application.filemenu.io"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.file.exit"
+               id="eu.etaxonomy.taxeditor.application.menu.exit"
+               label="%command.label.5"
+               style="push">
+         </command>
+      </menuContribution>
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu.edit">
+         <command
+               commandId="org.eclipse.ui.edit.undo"
+               label="%command.label.6">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.redo"
+               label="%command.label.7"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.ui.edit.separator1"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.edit.cut"
+               label="%command.label.8"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.copy"
+               label="%command.label.9"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.edit.paste"
+               label="%command.label.10"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.ui.edit.separator2"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.edit.delete"
+               label="%command.label.11"
+               style="push">
+         </command>
+      </menuContribution>
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu.window">
+         <separator
+               name="eu.etaxonomy.taxeditor.application.windowMenu.last"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.window.preferences"
+               label="%command.label.12"
+               style="push">
+         </command>
+      </menuContribution>
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu.help">
+         <command
+               commandId="org.eclipse.ui.help.helpContents"
+               label="%command.label.13"
+               style="push">
+         </command>
+         <command
+               commandId="org.eclipse.ui.help.helpSearch"
+               label="%command.label.14"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.ui.help.separator0"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.help.dynamicHelp"
+               label="%command.label.15"
+               style="push">
+         </command>
+         <command
+               commandId="eu.etaxonomy.taxeditor.application.help.parser"
+               label="%command.label.16"
+               style="push">
+         </command>
+         <separator
+               name="eu.etaxonomy.taxeditor.ui.help.separator1"
+               visible="true">
+         </separator>
+         <!--command
+               commandId="eu.etaxonomy.taxeditor.install"
+               label="%command.label.18"
+               style="push"/-->
+         <command
+               commandId="eu.etaxonomy.taxeditor.update"
+               label="%command.label.17"
+               style="push"/>    
+         <separator
+               name="eu.etaxonomy.taxeditor.ui.help.separator2"
+               visible="true">
+         </separator>
+         <command
+               commandId="org.eclipse.ui.help.aboutAction"
+               label="%command.label.19">
+         </command>
+         <command
+               commandId="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
+               label="%command.label.20"
+               style="push">
+         </command>
+      </menuContribution>
+            <menuContribution
+            locationURI="toolbar:org.eclipse.ui.main.toolbar">
+         <toolbar
+               id="eu.etaxonomy.taxeditor.editor.main">
+            <command
+                  commandId="org.eclipse.ui.newWizard"
+                  label="%command.label.21"
+                  style="push">
+            </command>
+            <command
+                  commandId="org.eclipse.ui.file.save"
+                  label="%command.label.22"
+                  style="push">
+            </command>
+         </toolbar>
+      </menuContribution>
+   </extension>
+   <extension
+         id="product"
+         point="org.eclipse.core.runtime.products">
+      <product
+            application="eu.etaxonomy.taxeditor.application.application"
+            name="%product.name">
+         <property
+               name="windowImages"
+               value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
+         </property>
+         <property
+               name="aboutText"
+               value="%productBlurb">
+         </property>
+         <!--property
+               name="startupForegroundColor"
+               value="#C8D5EA"-->
+         <property
+               name="startupForegroundColor"
+               value="000000">
+         </property>
+         <property
+               name="startupProgressRect"
+               value="5,447,366,15">
+         </property>
+         <property
+               name="startupMessageRect"
+               value="7,432,360,20">
+         </property>
+         <property
+               name="appName"
+               value="EDIT Taxonomic Editor">
+         </property>
+         <property
+               name="preferenceCustomization"
+               value="plugin_customization.ini">
+         </property>
+         <property
+               name="aboutImage"
+               value="icons/256color_48x48.gif">
+         </property>
+      </product>
+   </extension>
+   <extension
+         point="org.eclipse.ui.commands">
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalParserHelpHandler"
+            id="eu.etaxonomy.taxeditor.application.help.parser"
+            name="%command.name">
+      </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalAboutPlatformHandler"
+            id="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
+            name="%command.name.0">
+      </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.update.UpdateHandler"
+            id="eu.etaxonomy.taxeditor.update"
+            name="%command.label.17">
+      </command>
+      <command
+            defaultHandler="eu.etaxonomy.taxeditor.update.InstallNewSoftwareHandler"
+            id="eu.etaxonomy.taxeditor.install"
+            name="%command.label.18">
+      </command>
+   </extension>
+   
+   
+       <extension
+               point="org.eclipse.ui.activities">
+               <activity
+                       description="%activity.description"
+                       id="eu.etaxonomy.taxeditor.disable"
+                       name="%activity.name">
+               </activity>
+               <activityPatternBinding
+                       activityId="eu.etaxonomy.taxeditor.disable"
+                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">
+               </activityPatternBinding>
+               <activityPatternBinding
+                       activityId="eu.etaxonomy.taxeditor.disable"
+                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">
+               </activityPatternBinding>
+               <activityPatternBinding
+                       activityId="eu.etaxonomy.taxeditor.disable"
+                       pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">
+               </activityPatternBinding>
+               <activityPatternBinding
+                       activityId="eu.etaxonomy.taxeditor.disable"
+                       pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">
+               </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\..*externaltools.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.debug.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.team.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.ant.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.pde.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.jdt.*">
+  </activityPatternBinding>
+  <activityPatternBinding
+        activityId="eu.etaxonomy.taxeditor.disable"
+        pattern="org\.eclipse\.search.*">
+  </activityPatternBinding>
+       </extension>
+ <extension
+       id="eu_etaxonomy_taxeditor_product"
+       point="org.eclipse.core.runtime.products">
+    <product
+          application="eu.etaxonomy.taxeditor.application.application"
+          name="EDIT Taxonomic Editor">
+       <property
+             name="appName"
+             value="EDIT Taxonomic Editor">
+       </property>
+       <property
+             name="aboutImage"
+             value="icons/256color_48x48.gif">
+       </property>
+       <property
+             name="aboutText"
+             value="%productBlurb">
+       </property>
+       <property
+             name="windowImages"
+             value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
+       </property>
+       <property
+             name="startupForegroundColor"
+             value="000000">
+       </property>
+       <property
+             name="startupMessageRect"
+             value="7,432,360,20">
+       </property>
+       <property
+             name="startupProgressRect"
+             value="5,447,366,15">
+       </property>
+       <property
+             name="preferenceCustomization"
+             value="plugin_customization.ini">
+       </property>
+    </product>
+ </extension>
+
+</plugin>