htiextension/com.nokia.carbide.extensions.hticonnection.discovery/plugin.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Mon, 06 Sep 2010 08:30:18 +0300
changeset 16 a7167d9d3792
permissions -rw-r--r--
HTI Connection 1.5.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     2
<?eclipse version="3.4"?>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     3
<plugin>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     4
   <extension
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     5
         point="org.eclipse.mylyn.discovery.core.connectorDiscovery">
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     6
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     7
      <connectorDescriptor
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     8
            categoryId="com.nokia.carbide.rndutilities.category"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
     9
            description="Harmonized Test Interface provides a communication interface between Carbide and S60 device"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    10
            groupId="com.nokia.carbide.rndutilities.category"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    11
            id="com.nokia.carbide.extensions.hticonnection.feature.group"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    12
            kind="task"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    13
            license="EPL 1.0"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    14
            name="HTI Connection"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    15
            provider="Nokia"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    16
            siteUrl="${SITE_URL}">
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    17
         <overview
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    18
               summary="%summary"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    19
               screenshot="images/HTI_shot.png"
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    20
               url="http://developer.symbian.org/wiki/index.php/HTI_Connection_Carbide_Extension">
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    21
         </overview>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    22
         <icon
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    23
               image32="images/HTI_icon.png">
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    24
         </icon>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    25
      </connectorDescriptor>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    26
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    27
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    28
   </extension>
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
diff changeset
    29
</plugin>