ref #6596 Replace CTRL+S keybinding with our own binding
[taxeditor.git] / eu.etaxonomy.taxeditor.workbench / plugin.xml
index 8a49dfe4edf32b476d71c5b3720e6d61076e166c..7600f4a5ba75b8b28b041d518d54693a939efb9f 100644 (file)
@@ -2,12 +2,24 @@
 <?eclipse version="3.4"?>
 <plugin>
    <extension
 <?eclipse version="3.4"?>
 <plugin>
    <extension
-         id="id2"
+         id="eu.etaxonomy.taxeditor.workbench.workbench.model"
+         name="Taxonomic Editor Application Model"
          point="org.eclipse.e4.workbench.model">
       <fragment
             apply="always"
             uri="fragment.e4xmi">
       </fragment>
          point="org.eclipse.e4.workbench.model">
       <fragment
             apply="always"
             uri="fragment.e4xmi">
       </fragment>
+      <processor
+            apply="always"
+            beforefragment="false"
+            class="eu.etaxonomy.taxeditor.workbench.WorkbenchProcessor">
+         <element
+               id="org.eclipse.ui.contexts.window">
+         </element>
+         <element
+               id="eu.etaxonomy.taxeditor.workbench.keybinding.save">
+         </element>
+      </processor>
    </extension>
 
 </plugin>
    </extension>
 
 </plugin>