htiextension/com.nokia.carbide.extensions.hticonnection/feature.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Tue, 21 Sep 2010 09:46:38 +0300
changeset 27 d69c84be15fc
parent 16 a7167d9d3792
permissions -rw-r--r--
HTI Connection 1.5.0.1
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"
27
d69c84be15fc HTI Connection 1.5.0.1
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 16
diff changeset
     5
      version="1.5.0.qualifier"
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="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
16
a7167d9d3792 HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 9
diff changeset
    39
      <import feature="com.nokia.s60tools.extensions.framework"/>
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
   </requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
         id="com.nokia.s60tools.hticonnection"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
         id="com.nokia.s60tools.hticonnection.help"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
</feature>