Project

General

Profile

« Previous | Next » 

Revision d31115e0

Added by Niels Hoffmann over 13 years ago

added a readme file

View differences:

taxeditor-navigation/plugin.xml
303 303
         point="org.eclipse.ui.navigator.navigatorContent">
304 304
      <navigatorContent
305 305
            contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.ClassificationContentProvider"
306
            id="eu.etaxonomy.taxeditor.navigation.taxonomictreecontent"
306
            id="eu.etaxonomy.taxeditor.navigation.classificationContent"
307 307
            labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.ClassificationLabelProvider"
308
            name="Taxonomic Tree">
308
            name="Classification">
309 309
         <triggerPoints>
310 310
            <instanceof
311 311
                  value="eu.etaxonomy.taxeditor.navigation.navigator.Root">
......
319 319
      </navigatorContent>
320 320
      <navigatorContent
321 321
            contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodeContentProvider"
322
            id="eu.etaxonomy.taxeditor.navigation.taxoncontent"
322
            id="eu.etaxonomy.taxeditor.navigation.taxonNodeContent"
323 323
            labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodeLabelProvider"
324
            name="Taxon">
324
            name="TaxonNode">
325 325
         <triggerPoints>
326 326
            <or>
327 327
               <instanceof
......
361 361
      <navigatorContent
362 362
            activeByDefault="false"
363 363
            contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.SynonymContentProvider"
364
            id="eu.etaxonomy.taxeditor.navigation.synonymcontent"
364
            id="eu.etaxonomy.taxeditor.navigation.synonymContent"
365 365
            labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.SynonymLabelProvider"
366 366
            name="Synonyms (experimental)"
367 367
            priority="highest">
......
394 394
      <viewerContentBinding viewerId="eu.etaxonomy.taxeditor.navigation.navigator">
395 395
         <includes>
396 396
            <contentExtension
397
                  pattern="eu.etaxonomy.taxeditor.navigation.taxonomictreecontent">
397
                  pattern="eu.etaxonomy.taxeditor.navigation.classificationContent">
398 398
            </contentExtension>
399
            <contentExtension pattern="eu.etaxonomy.taxeditor.navigation.taxoncontent"/>
399
            <contentExtension pattern="eu.etaxonomy.taxeditor.navigation.taxonNodeContent"/>
400 400
            <contentExtension pattern="eu.etaxonomy.taxeditor.navigation.taxonlinkhelper"/>
401 401
            <contentExtension
402
                  pattern="eu.etaxonomy.taxeditor.navigation.synonymcontent">
402
                  pattern="eu.etaxonomy.taxeditor.navigation.synonymContent">
403 403
            </contentExtension>
404 404
         </includes>
405 405
      </viewerContentBinding>

Also available in: Unified diff