Project

General

Profile

« Previous | Next » 

Revision 77778ce2

Added by Patrick Plitzner over 9 years ago

  • refactored/cleaned up commands extension point

View differences:

eu.etaxonomy.taxeditor.navigation/plugin.xml
282 282
         
283 283
      </menuContribution>
284 284
   </extension>
285
   <extension
286
         point="org.eclipse.ui.commands">
287
      <command
288
            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewTaxonNodeHandler"
289
            id="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
290
            name="%command.name">
291
      </command>
292
      <command
293
            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewClassificationHandler"
294
            id="eu.etaxonomy.taxeditor.navigation.create.classification"
295
            name="%command.name.0">
296
      </command>
297
   </extension>
298 285
   <extension
299 286
         point="org.eclipse.ui.commands">
300 287
      <command
......
322 309
            id="eu.etaxonomy.taxeditor.navigator.command.update.changeAcceptedToSynonym"
323 310
            name="%command.name.5">
324 311
      </command>
325
   </extension>
326
   <extension
327
         point="org.eclipse.ui.commands">
312
      <command
313
            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewClassificationHandler"
314
            id="eu.etaxonomy.taxeditor.navigation.create.classification"
315
            name="%command.name.0">
316
      </command>
317
      <command
318
            defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewTaxonNodeHandler"
319
            id="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
320
            name="%command.name">
321
      </command>
328 322
      <command
329 323
            defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.NewPolytomousKeyHandler"
330 324
            id="eu.etaxonomy.taxeditor.navigation.key.polytomous.newKey"

Also available in: Unified diff