htiextension/com.nokia.carbide.extensions.hticonnection/feature.xml
changeset 0 61163b28edca
child 7 018264c44c89
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.carbide.extensions.hticonnection"
       
     4       label="Carbide.c++ Extensions - HTI Connection"
       
     5       version="1.3.0"
       
     6       provider-name="Nokia"
       
     7       plugin="com.nokia.s60tools.hticonnection">
       
     8 
       
     9    <description>
       
    10       The HTI Connection service provides a communication interface between Carbide.c++ and an emulator/device.
       
    11    </description>
       
    12 
       
    13    <copyright>
       
    14       Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: "http://www.eclipse.org/legal/epl-v10.html".
       
    15    </copyright>
       
    16 
       
    17    <license url="license.txt">   
       
    18 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    19 All rights reserved.
       
    20 This component and the accompanying materials are made available
       
    21 under the terms of &quot;Eclipse Public License v1.0&quot;
       
    22 which accompanies this distribution, and is available
       
    23 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
       
    24 
       
    25 Part of the graphics of the program are from Eclipse 3.4 platform
       
    26 and CDT project in Eclipse community, which are made available under
       
    27 the terms of the Eclipse Public License v1.0.
       
    28 A copy of the EPL is provided at
       
    29 http://www.eclipse.org/legal/epl-v10.html
       
    30    </license>
       
    31 
       
    32    <url>
       
    33       <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
       
    34       <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
       
    35    </url>
       
    36 
       
    37    <requires>
       
    38       <import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/>
       
    39       <import plugin="org.eclipse.ui" version="3.4.0" match="greaterOrEqual"/>
       
    40       <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
       
    41       <import plugin="com.nokia.s60tools.ui" version="1.1.9" match="greaterOrEqual"/>
       
    42       <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
       
    43       <import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
       
    44    </requires>
       
    45 
       
    46    <plugin
       
    47          id="com.nokia.s60tools.hticonnection"
       
    48          download-size="0"
       
    49          install-size="0"
       
    50          version="0.0.0"
       
    51          unpack="false"/>
       
    52 
       
    53    <plugin
       
    54          id="com.nokia.s60tools.hticonnection.help"
       
    55          download-size="0"
       
    56          install-size="0"
       
    57          version="0.0.0"
       
    58          unpack="false"/>
       
    59 
       
    60 </feature>