blob: 9482e1e3b534f33408e96200c87a1e0f158b8660 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="org.eclipse.ecf.remoteservice.ui.dosgi.handlers.DOSGiReflectiveRemoteServiceHandler"
id="org.eclipse.ecf.remoteservice.ui.dosgi.commands.dosgiReflectiveMethodDialogHandler"
name="Reflective Method Invocation Command">
</command>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="popup:org.eclipse.ecf.discovery.ui.DiscoveryView?after=additions">
<command
commandId="org.eclipse.ecf.remoteservice.ui.dosgi.commands.dosgiReflectiveMethodDialogHandler"
mnemonic="S">
<visibleWhen>
<with
variable="activeMenuSelection">
<iterate
ifEmpty="false"
operator="and">
<test
args="ecf.osgirsvc"
property="org.eclipse.ecf.discovery.isServiceType"
value="true">
</test>
</iterate>
</with>
</visibleWhen>
</command>
</menuContribution>
</extension>
</plugin>