metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.xml
author cawthron
Mon, 13 Sep 2010 08:52:57 -0500
changeset 20 ec4283fdfd3b
permissions -rw-r--r--
add com.nokia.carbide.extensions.metadataeditor.discovery
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     2
<?eclipse version="3.4"?>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     3
<plugin>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     4
   <extension
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     5
         point="org.eclipse.mylyn.discovery.core.connectorDiscovery">
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     6
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     7
      <connectorDescriptor
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     8
            categoryId="com.nokia.carbide.rndutilities.category"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
     9
            description="API Metadata Editor is a validating visual editor for editing and creating XML-based Application Programming Interface (API) metadata."
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    10
            groupId="com.nokia.carbide.rndutilities.category"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    11
            id="com.nokia.carbide.extensions.metadataeditor.feature.group"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    12
            kind="task"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    13
            license="EPL 1.0"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    14
            name="API Metadata Editor"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    15
            provider="Nokia"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    16
            siteUrl="${SITE_URL}">
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    17
         <overview
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    18
               summary="%summary"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    19
               screenshot="images/AME_shot.png"
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    20
               url="http://s60wiki.nokia.com/S60Wiki/Metadata_Editor_Carbide_Extension">
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    21
         </overview>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    22
         <icon
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    23
               image32="images/AME_icon.png">
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    24
         </icon>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    25
      </connectorDescriptor>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    26
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    27
   </extension>
ec4283fdfd3b add com.nokia.carbide.extensions.metadataeditor.discovery
cawthron
parents:
diff changeset
    28
</plugin>