remotecontrol/com.nokia.carbide.extensions.remotecontrol/feature.xml
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 10 2715b6594cd9
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<feature
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
      id="com.nokia.carbide.extensions.remotecontrol"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
      label="Carbide.c++ Extensions - Remote Control"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
      version="1.3.1"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
      provider-name="Nokia"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
      plugin="com.nokia.s60tools.remotecontrol">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
   <description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
      Remote Control is a tool for using phones remotely by commanding HTI framework in device.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
   </description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
   <copyright>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
      Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
   </copyright>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
   <license url="license.txt">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
under the terms of &quot;Eclipse Public License v1.0&quot;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
   </license>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
   <url>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
      <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
      <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
   </url>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
   <requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
      <import plugin="org.eclipse.ui"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
      <import plugin="org.eclipse.core.runtime"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
      <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
      <import plugin="com.nokia.s60tools.hticonnection" version="1.2.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
   </requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
         id="com.nokia.s60tools.remotecontrol"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
         id="com.nokia.s60tools.remotecontrol.help"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
</feature>