connectivity/com.nokia.carbide.remoteConnections/plugin.xml
changeset 1501 b1f0f750ea28
parent 1375 e1bd36ac4b08
child 1622 f2409b13f0f8
equal deleted inserted replaced
1493:b9e4c7377026 1501:b1f0f750ea28
    60          <description>
    60          <description>
    61             %Import.desc
    61             %Import.desc
    62          </description>
    62          </description>
    63       </wizard>
    63       </wizard>
    64    </extension>
    64    </extension>
    65  <extension
       
    66        point="org.eclipse.ui.actionSets">
       
    67     <actionSet
       
    68           id="com.nokia.carbide.remoteConnections.OnDevice.actionSet"
       
    69           label="On-Device Connections"
       
    70           visible="true">
       
    71        <action
       
    72              class="com.nokia.carbide.remoteconnections.settings.ui.OnDeviceConnectionAction"
       
    73              id="com.nokia.carbide.remoteConnections.OnDevice.action"
       
    74              label="%OnDevice.label"
       
    75              menubarPath="help/onDeviceGroup">
       
    76        </action>
       
    77     </actionSet>
       
    78  </extension>
       
    79 
    65 
    80 <!-- We use an Eclipse toolbar command to show the ToolItem icon for the 
    66 <!-- We use an Eclipse toolbar command to show the ToolItem icon for the 
    81 current connection status.  This is required to get the same kind of
    67 current connection status.  This is required to get the same kind of
    82 UI as a toolbar item, without resorting to exorbant recreation of
    68 UI as a toolbar item, without resorting to exorbant recreation of
    83 the platform UI.  But this also means we directly depend on being
    69 the platform UI.  But this also means we directly depend on being