frameworkplugins/com.nokia.s60tools.extensions.framework/feature.xml
changeset 0 61163b28edca
child 8 df27719e5a0d
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.s60tools.extensions.framework"
       
     4       label="Carbide.c++ Extensions - Framework plug-ins"
       
     5       version="1.7.0"
       
     6       provider-name="Nokia">
       
     7 
       
     8    <description>
       
     9       Common framework plug-ins feature contains following plug-ins:
       
    10 com.nokia.s60tools.util:
       
    11 Util plug-in provides miscellaneous utility classes for logging
       
    12 to Eclipse’s Console view output, for parametrizable debugging,
       
    13 and for interaction with external command line tools. 
       
    14 com.nokia.s60tools.ui:
       
    15 UI plug-in provides classes providing reusable UI services, such
       
    16 as, dialogs, customized UI components, custom sorters, and other
       
    17 UI related helper classes.
       
    18 com.nokia.s60tools.sdk (deprecated):
       
    19 Plug-in SDK provides from Carbide.c++ v1.2 onwards a stable API
       
    20 for accessing SDK related services. This API is deprecated, and
       
    21 by com.nokia.carbide.cpp.sdk.core should be used instead whenever 
       
    22 possible. This SDK plugin is still however in use because of backward
       
    23 compatibility reasons, and it also offers some services that 
       
    24 are not available via Carbide&apos;s SDK API.
       
    25    </description>
       
    26 
       
    27    <copyright>
       
    28       Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
    29 All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
       
    30    </copyright>
       
    31 
       
    32    <license>
       
    33 Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
    34 All rights reserved.
       
    35 This component and the accompanying materials are made available
       
    36 under the terms of &quot;Eclipse Public License v1.0&quot;
       
    37 which accompanies this distribution, and is available
       
    38 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
       
    39    </license>
       
    40 
       
    41    <url>
       
    42       <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
       
    43       <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
       
    44    </url>
       
    45 
       
    46    <requires>
       
    47       <import plugin="org.eclipse.core.runtime"/>
       
    48       <import plugin="com.nokia.carbide.cpp.sdk.core"/>
       
    49       <import plugin="org.eclipse.cdt.core"/>
       
    50       <import plugin="org.eclipse.ui"/>
       
    51       <import plugin="org.eclipse.ui.console"/>
       
    52       <import plugin="org.eclipse.ui.ide"/>
       
    53       <import plugin="org.eclipse.core.resources"/>
       
    54       <import plugin="com.freescale.cdt.debug.cw.core" version="1.4.0" match="greaterOrEqual"/>
       
    55       <import plugin="org.eclipse.cdt.core" version="5.0.1" match="greaterOrEqual"/>
       
    56       <import plugin="com.nokia.carbide.cpp.project.core"/>
       
    57    </requires>
       
    58 
       
    59    <plugin
       
    60          id="com.nokia.s60tools.sdk"
       
    61          download-size="0"
       
    62          install-size="0"
       
    63          version="0.0.0"
       
    64          unpack="false"/>
       
    65 
       
    66    <plugin
       
    67          id="com.nokia.s60tools.ui"
       
    68          download-size="0"
       
    69          install-size="0"
       
    70          version="0.0.0"
       
    71          unpack="false"/>
       
    72 
       
    73    <plugin
       
    74          id="com.nokia.s60tools.util"
       
    75          download-size="0"
       
    76          install-size="0"
       
    77          version="0.0.0"
       
    78          unpack="false"/>
       
    79 
       
    80 </feature>