Project

General

Profile

« Previous | Next » 

Revision c049f68a

Added by Katja Luther over 6 years ago

remove isClassification from editor/plugin.xml

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
1238 1238
               <reference
1239 1239
                     definitionId="isChecklistEditorEnabled">
1240 1240
               </reference>
1241
               <or>
1242
                  <reference
1243
                        definitionId="isTaxonNode">
1244
                  </reference>
1245
                  <reference
1246
                        definitionId="isClassification">
1247
                  </reference>
1248
               </or>
1241
              <reference
1242
                       definitionId="isTaxonNode">
1243
              </reference>
1249 1244
            </and>
1250 1245
         </activeWhen>
1251 1246
      </handler>
eu.etaxonomy.taxeditor.navigation/plugin.xml
711 711
            labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodeLabelProvider"
712 712
            name="%navigatorContent.name.0">
713 713
         <triggerPoints>
714
            
714
             <or>
715 715
               <instanceof
716 716
                     value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
717 717
               </instanceof>
718
                
719
            
718
               <and>
719
                  <instanceof
720
                     value="eu.etaxonomy.cdm.model.taxon.Classification">
721
                  </instanceof>
722
                  <test
723
                     forcePluginActivation="true"
724
                     property="eu.etaxonomy.taxeditor.propertytests.hasTaxa">
725
                  </test>
726
               </and>
727
            </or>
720 728
         </triggerPoints>
721 729
         <dropAssistant
722 730
               class="eu.etaxonomy.taxeditor.navigation.navigator.TreeNodeDropAdapterAssistant"

Also available in: Unified diff