trace/traceviewer/com.nokia.carbide.extensions.traceviewer/feature.xml
changeset 11 5b9d4d8641ce
equal deleted inserted replaced
10:ed1c9f64298a 11:5b9d4d8641ce
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.carbide.extensions.traceviewer"
       
     4       label="Carbide.c++ Extensions - TraceViewer"
       
     5       version="2.6.0"
       
     6       provider-name="Nokia"
       
     7       plugin="com.nokia.traceviewer">
       
     8 
       
     9    <description>
       
    10       TraceViewer is used for receiving and manipulating traces.
       
    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 &quot;Eclipse Public License v1.0&quot; 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       <discovery label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/>
       
    33    </url>
       
    34 
       
    35    <requires>
       
    36       <import plugin="org.eclipse.core.runtime"/>
       
    37       <import plugin="org.eclipse.ui"/>
       
    38       <import plugin="org.eclipse.ui.console"/>
       
    39       <import plugin="org.eclipse.jface.text"/>
       
    40       <import plugin="org.eclipse.ui.ide"/>
       
    41       <import plugin="org.eclipse.core.resources"/>
       
    42       <import plugin="com.nokia.tcf"/>
       
    43       <import plugin="com.nokia.carbide.remoteConnections"/>
       
    44       <import plugin="com.nokia.carbide.trk.support"/>
       
    45    </requires>
       
    46 
       
    47    <plugin
       
    48          id="com.nokia.traceviewer"
       
    49          download-size="0"
       
    50          install-size="0"
       
    51          version="0.0.0"
       
    52          unpack="false"/>
       
    53 
       
    54    <plugin
       
    55          id="com.nokia.traceviewer.dictionary"
       
    56          download-size="0"
       
    57          install-size="0"
       
    58          version="0.0.0"
       
    59          unpack="false"/>
       
    60 
       
    61    <plugin
       
    62          id="com.nokia.traceviewer.eventhandler"
       
    63          download-size="0"
       
    64          install-size="0"
       
    65          version="0.0.0"
       
    66          unpack="false"/>
       
    67 
       
    68    <plugin
       
    69          id="com.nokia.traceviewer.help"
       
    70          download-size="0"
       
    71          install-size="0"
       
    72          version="0.0.0"
       
    73          unpack="false"/>
       
    74 
       
    75 
       
    76    <plugin
       
    77          id="com.nokia.traceviewer.ost"
       
    78          download-size="0"
       
    79          install-size="0"
       
    80          version="0.0.0"
       
    81          unpack="false"/>
       
    82          
       
    83    <plugin
       
    84          id="com.nokia.trace.eventrouter"
       
    85          download-size="0"
       
    86          install-size="0"
       
    87          version="0.0.0"
       
    88          unpack="false"/>
       
    89 
       
    90    <plugin
       
    91          id="com.nokia.trace.eventview"
       
    92          download-size="0"
       
    93          install-size="0"
       
    94          version="0.0.0"
       
    95          unpack="false"/>
       
    96 
       
    97    <plugin
       
    98          id="com.nokia.trace.dictionary"
       
    99          download-size="0"
       
   100          install-size="0"
       
   101          version="0.0.0"
       
   102          unpack="false"/>
       
   103 
       
   104    <plugin
       
   105          id="com.nokia.trace.help"
       
   106          download-size="0"
       
   107          install-size="0"
       
   108          version="0.0.0"
       
   109          unpack="false"/>         
       
   110 
       
   111 </feature>