frameworkplugins/com.nokia.s60tools.extensions.framework/feature.xml
changeset 8 df27719e5a0d
parent 0 61163b28edca
child 15 5dbe3ac0f269
equal deleted inserted replaced
7:018264c44c89 8:df27719e5a0d
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <feature
     2 <feature
     3       id="com.nokia.s60tools.extensions.framework"
     3       id="com.nokia.s60tools.extensions.framework"
     4       label="Carbide.c++ Extensions - Framework plug-ins"
     4       label="Carbide.c++ Extensions - Framework plug-ins"
     5       version="1.7.0"
     5       version="1.8.0"
     6       provider-name="Nokia">
     6       provider-name="Nokia">
     7 
     7 
     8    <description>
     8    <description>
     9       Common framework plug-ins feature contains following plug-ins:
     9       Common framework plug-ins feature contains following plug-ins:
    10 com.nokia.s60tools.util:
    10 com.nokia.s60tools.util:
    16 as, dialogs, customized UI components, custom sorters, and other
    16 as, dialogs, customized UI components, custom sorters, and other
    17 UI related helper classes.
    17 UI related helper classes.
    18 com.nokia.s60tools.sdk (deprecated):
    18 com.nokia.s60tools.sdk (deprecated):
    19 Plug-in SDK provides from Carbide.c++ v1.2 onwards a stable API
    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
    20 for accessing SDK related services. This API is deprecated, and
    21 by com.nokia.carbide.cpp.sdk.core should be used instead whenever 
    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
    22 possible. This SDK plugin is still however in use because of
    23 compatibility reasons, and it also offers some services that 
    23 backward
       
    24 compatibility reasons, and it also offers some services that
    24 are not available via Carbide&apos;s SDK API.
    25 are not available via Carbide&apos;s SDK API.
    25    </description>
    26    </description>
    26 
    27 
    27    <copyright>
    28    <copyright>
    28       Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
    29       Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
    29 All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
    30 All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
    30    </copyright>
    31    </copyright>
    31 
    32 
    32    <license>
    33    <license>
    33 Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
    34       Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
    34 All rights reserved.
    35 All rights reserved.
    35 This component and the accompanying materials are made available
    36 This component and the accompanying materials are made available
    36 under the terms of &quot;Eclipse Public License v1.0&quot;
    37 under the terms of &quot;Eclipse Public License v1.0&quot;
    37 which accompanies this distribution, and is available
    38 which accompanies this distribution, and is available
    38 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
    39 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
    39    </license>
    40    </license>
    40 
    41 
    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 
    42 
    46    <requires>
    43    <requires>
    47       <import plugin="org.eclipse.core.runtime"/>
    44       <import plugin="org.eclipse.core.runtime"/>
    48       <import plugin="com.nokia.carbide.cpp.sdk.core"/>
    45       <import plugin="com.nokia.carbide.cpp.sdk.core"/>
    49       <import plugin="org.eclipse.cdt.core"/>
    46       <import plugin="org.eclipse.cdt.core"/>