trace/tracebuilder/com.nokia.carbide.extensions.tracebuilder/feature.xml
changeset 10 ed1c9f64298a
equal deleted inserted replaced
9:14dc2103a631 10:ed1c9f64298a
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.carbide.extensions.tracebuilder"
       
     4       label="Carbide.c++ Extensions - Trace Builder"
       
     5       version="2.4.0"
       
     6       provider-name="Nokia"
       
     7       plugin="com.nokia.tracebuilder">
       
     8 
       
     9    <description>
       
    10       Trace Builder is used for adding traces to the source code.
       
    11    </description>
       
    12 
       
    13    <copyright>
       
    14       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.htm">
       
    18       Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    19   This component and the accompanying materials are made available under the 
       
    20   terms of the License "Eclipse Public License v1.0" which accompanies this 
       
    21   distribution, and is available at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
       
    22   
       
    23   Part of the graphics of the program are from Eclipse 3.1 platform 
       
    24   and CDT project in Eclipse community, which are made available under 
       
    25   the terms of the Eclipse Public License v1.0.
       
    26   A copy of the EPL is provided at 
       
    27   http://www.eclipse.org/legal/epl-v10.html
       
    28    </license>
       
    29 
       
    30    <url>
       
    31       <update label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/>
       
    32    </url>
       
    33 
       
    34    <requires>
       
    35       <import plugin="org.eclipse.core.runtime"/>
       
    36       <import plugin="com.nokia.trace.eventrouter"/>
       
    37       <import plugin="org.eclipse.ui"/>
       
    38       <import plugin="com.nokia.trace.dictionary"/>
       
    39       <import plugin="org.eclipse.core.resources"/>
       
    40       <import plugin="org.eclipse.ui.ide"/>
       
    41       <import plugin="org.eclipse.ui.workbench.texteditor"/>
       
    42       <import plugin="org.eclipse.ui.console"/>
       
    43       <import plugin="org.eclipse.jface.text"/>
       
    44       <import plugin="com.nokia.trace.eventview"/>
       
    45       <import feature="com.nokia.carbide.extensions.traceviewer" version="2.6.0" match="greaterOrEqual"/>
       
    46    </requires>
       
    47 
       
    48    <plugin
       
    49          id="com.nokia.tracebuilder"
       
    50          download-size="0"
       
    51          install-size="0"
       
    52          version="0.0.0"
       
    53          unpack="false"/>
       
    54 
       
    55 
       
    56    <plugin
       
    57          id="com.nokia.tracebuilder.eclipse"
       
    58          download-size="0"
       
    59          install-size="0"
       
    60          version="0.0.0"
       
    61          unpack="false"/>
       
    62 
       
    63    <plugin
       
    64          id="com.nokia.tracebuilder.eventhandler"
       
    65          download-size="0"
       
    66          install-size="0"
       
    67          version="0.0.0"
       
    68          unpack="false"/>
       
    69 
       
    70    <plugin
       
    71          id="com.nokia.tracebuilder.help"
       
    72          download-size="0"
       
    73          install-size="0"
       
    74          version="0.0.0"
       
    75          unpack="false"/>
       
    76 
       
    77    <plugin
       
    78          id="com.nokia.tracebuilder.view"
       
    79          download-size="0"
       
    80          install-size="0"
       
    81          version="0.0.0"
       
    82          unpack="false"/>
       
    83 
       
    84 </feature>