use new non-test version of SecurityExceptionUtils in MessagingUtils
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / plugin.xml
index e042b30380114480948c45f136d52bfe7219e752..b1ffe6c9db15c489c44f0e9d1549c4e70d6b5ad9 100644 (file)
@@ -46,7 +46,7 @@
             class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
             id="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
             namespace="eu.etaxonomy.taxeditor.navigation.navigator.navigatorPropertyTester"
-            properties="hasSynonyms,isClassification,isUnplaced,isExcluded,noClassificationExists"
+            properties="hasSynonyms,isClassification,isUnplaced,isExcluded,noClassificationExists,isNotClassification"
             type="java.lang.Object">
       </propertyTester>
       
                property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
          </test>
       </definition>
+      <definition
+            id="isCdmStoreNotConnected">
+         <not>
+            <test
+                  property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
+            </test>
+         </not>
+      </definition>
       <definition
             id="isRemoting">
          <test
          <test
                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isClassification">
          </test>
+      </definition>
+       <definition
+            id="isNotClassification">
+         <test
+               property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isNotClassification">
+         </test>
       </definition>
       <definition
             id="isUnplaced">
          <test
                property="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isUnplaced">
          </test>
-      </definition>
-      <definition
-            id="isNotUnplaced">
-         <not>
-            <reference 
-               definitionId="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.isUnplaced">
-            </reference>
-         </not>
       </definition>
        <definition
             id="isExcluded">
           </test>
        </definition>
    </extension>
-   <definition
-            id="noClassificationExists">
-         <not>
-            <reference 
-               definitionId="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester.noClassificationExists">
-            </reference>
-         </not>
-      </definition>
    <extension
          id="eu.etaxonomy.taxeditor.navigation.workbench.model"
          name="Navigation Workbench Model"