Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
index 4fe977519..5047836a3 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
@@ -657,6 +657,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -680,6 +685,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -703,6 +713,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -724,6 +739,11 @@
<count value="+"/>
<iterate operator="and" ifEmpty="false">
<instanceof value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode"/>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -903,6 +923,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -925,6 +950,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</visibleWhen>
@@ -1337,6 +1367,11 @@
property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isRoot">
</test>
</not>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
<or>
<and>
<test
@@ -1397,6 +1432,11 @@
property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isRoot">
</test>
</not>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
</with>
</enabledWhen>
@@ -1428,6 +1468,11 @@
<instanceof
value="org.eclipse.tcf.te.tcf.filesystem.core.model.FSTreeNode">
</instanceof>
+ <not>
+ <test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
</iterate>
<test
property="org.eclipse.tcf.te.tcf.filesystem.propertytester.clipboard.canPaste">
@@ -1464,6 +1509,11 @@
</instanceof>
<not>
<test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
+ <not>
+ <test
property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isRoot">
</test>
</not>
@@ -1521,6 +1571,11 @@
</instanceof>
<not>
<test
+ property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isSystemRoot">
+ </test>
+ </not>
+ <not>
+ <test
property="org.eclipse.tcf.te.tcf.filesystem.propertytester.treenode.isRoot">
</test>
</not>

Back to the top