remotecontrol/com.nokia.carbide.extensions.remotecontrol.discovery/plugin.xml
changeset 17 aa3399e01058
equal deleted inserted replaced
16:a7167d9d3792 17:aa3399e01058
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.4"?>
       
     3 <plugin>
       
     4    <extension
       
     5          point="org.eclipse.mylyn.discovery.core.connectorDiscovery">
       
     6       
       
     7       <connectorDescriptor
       
     8             categoryId="com.nokia.carbide.rndutilities.category"
       
     9             description="An easy way of sharing a device screen on a PC and controlling a device with a PC"
       
    10             groupId="com.nokia.carbide.rndutilities.category"
       
    11             id="com.nokia.carbide.extensions.remotecontrol.feature.group"
       
    12             kind="task"
       
    13             license="EPL 1.0"
       
    14             name="Remote Control"
       
    15             provider="Nokia"
       
    16             siteUrl="${SITE_URL}">
       
    17          <overview
       
    18                summary="%summary"
       
    19                screenshot="images/RC_shot.png"
       
    20                url="http://developer.symbian.org/wiki/index.php/Remote_Control_Carbide_Extension">
       
    21          </overview>
       
    22          <icon
       
    23                image32="images/RC_icon.png">
       
    24          </icon>
       
    25       </connectorDescriptor>
       
    26 
       
    27    </extension>
       
    28 </plugin>