metadataeditor/com.nokia.carbide.extensions.metadataeditor/feature.xml
changeset 0 61163b28edca
child 21 a49d837532df
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.carbide.extensions.metadataeditor"
       
     4       label="Carbide.c++ Extensions - Metadata Editor"
       
     5       version="1.1.2"
       
     6       provider-name="Nokia"
       
     7       plugin="com.nokia.s60tools.metadataeditor">
       
     8 
       
     9    <description>
       
    10       Metadata Editor is validating visual editor for XML based API metadata.
       
    11    </description>
       
    12 
       
    13    <copyright>
       
    14       Copyright (c) 2007 - 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
    15       All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
       
    16    </copyright>
       
    17 
       
    18 
       
    19    <license url="license.txt">
       
    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    </license>
       
    26 
       
    27    <url>
       
    28       <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
       
    29       <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide203"/>
       
    30    </url>         
       
    31 
       
    32 
       
    33    <requires>
       
    34       <import plugin="org.eclipse.ui"/>
       
    35       <import plugin="org.eclipse.core.runtime"/>
       
    36       <import plugin="org.eclipse.jface.text"/>
       
    37       <import plugin="org.eclipse.ui.editors"/>
       
    38       <import plugin="org.eclipse.ui.workbench.texteditor"/>
       
    39       <import plugin="org.eclipse.ui.ide"/>
       
    40       <import plugin="org.eclipse.core.resources"/>
       
    41       <import plugin="com.nokia.s60tools.util" version="1.1.10" match="greaterOrEqual"/>
       
    42    </requires>
       
    43 
       
    44    <plugin
       
    45          id="com.nokia.s60tools.metadataeditor"
       
    46          download-size="0"
       
    47          install-size="0"
       
    48          version="0.0.0"
       
    49          unpack="false"/>
       
    50 
       
    51    <plugin
       
    52          id="com.nokia.s60tools.metadataeditor.doc.user"
       
    53          download-size="0"
       
    54          install-size="0"
       
    55          version="0.0.0"
       
    56          unpack="false"/>
       
    57 
       
    58 </feature>