Author: adietish
Date: 2010-11-12 04:52:06 -0500 (Fri, 12 Nov 2010)
New Revision: 26495
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
Log:
[JBIDE-7184] implemented refresh as command in the context menu in cloud view and in
instance view
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-11-12 09:51:18
UTC (rev 26494)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/plugin.xml 2010-11-12 09:52:06
UTC (rev 26495)
@@ -137,17 +137,17 @@
</activeWhen>
</handler>
<handler
- class="org.jboss.tools.deltacloud.ui.commands.RefreshCloudHandler"
- commandId="org.eclipse.ui.file.refresh">
- <activeWhen>
- <with
- variable="selection">
+ class="org.jboss.tools.deltacloud.ui.commands.RefreshCloudHandler"
+ commandId="org.eclipse.ui.file.refresh">
+ <activeWhen>
+ <with
+ variable="selection">
<iterate>
<instanceof
-
value="org.jboss.tools.deltacloud.ui.views.CloudViewElement">
+
value="org.jboss.tools.deltacloud.ui.views.CloudViewElement">
</instanceof>
</iterate>
- </with>
+ </with>
</activeWhen>
</handler>
<handler
@@ -156,9 +156,9 @@
<activeWhen>
<with
variable="selection">
- <iterate>
- <instanceof
- value="org.jboss.tools.deltacloud.ui.views.CloudViewElement">
+ <iterate>
+ <instanceof
+ value="org.jboss.tools.deltacloud.core.DeltaCloudInstance">
</instanceof>
</iterate>
</with>
Show replies by date