htiextension/com.nokia.carbide.extensions.hticonnection/feature.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 21 Apr 2010 11:46:38 +0300
changeset 9 e67492608de0
parent 7 018264c44c89
child 16 a7167d9d3792
permissions -rw-r--r--
HTI Connection 1.4.0 What's new: * Change: API improvements
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.hticonnection"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
      label="Carbide.c++ Extensions - HTI Connection"
9
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
     5
      version="1.4.0"
0
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.hticonnection">
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
      The HTI Connection service provides a communication interface between Carbide.c++ and an emulator/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>
9
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    14
      Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    15
All rights reserved. License:: &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
   </copyright>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
9
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    18
   <license url="license.txt">
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    19
      Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
under the terms of &quot;Eclipse Public License v1.0&quot;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
9
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    25
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    26
Part of the graphics of the program are from Eclipse 3.4 platform
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    27
and CDT project in Eclipse community, which are made available under
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    28
the terms of the Eclipse Public License v1.0.
e67492608de0 HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents: 7
diff changeset
    29
A copy of the EPL is provided at
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
http://www.eclipse.org/legal/epl-v10.html
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
   </license>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
   <requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
      <import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
      <import plugin="org.eclipse.ui" version="3.4.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
      <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
      <import plugin="com.nokia.s60tools.ui" version="1.1.9" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
      <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
      <import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
   </requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
         id="com.nokia.s60tools.hticonnection"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
         id="com.nokia.s60tools.hticonnection.help"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
</feature>