crashanalysis/crashanalyser/com.nokia.carbide.extensions.crashanalyser/feature.xml
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:22:14 +0200
changeset 1 1050670c6980
parent 0 5ad7ad99af01
child 3 431bbaccaec8
permissions -rw-r--r--
Initial version of AnalyzeTool under EPL

<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description: 

-->
<feature
      id="com.nokia.carbide.extensions.crashanalyser"
      label="Carbide.c++ Extensions - Crash Analyser"
      version="1.2.0"
      provider-name="Nokia"
      plugin="com.nokia.s60tools.crashanalyser">

   <description>
      Crash Analyser Tool is e.g. used for analysing different
kinds of panic situations.
   </description>

   <copyright>
      Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.symbianfoundation.org/legal/sfl-v10.html.
   </copyright>

   <license url="license.htm">
      Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).All
rights reserved. This component and the accompanying materials
are made available under the terms of the License &quot;Symbian Foundation
License v1.0&quot; which accompanies this distribution, and is available
at the URL &quot;http://www.symbianfoundation.org/legal/sfl-v10.html&quot;
   </license>

   <url>
      <update label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/>
      <discovery label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/>
   </url>

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.ui.ide"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="com.nokia.s60tools.ui" version="1.2.1" match="greaterOrEqual"/>
      <import plugin="com.nokia.s60tools.sdk" version="1.1.6" match="greaterOrEqual"/>
      <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
      <import plugin="org.eclipse.ui.editors"/>
      <import plugin="org.eclipse.jface.text"/>
   </requires>

   <plugin
         id="com.nokia.s60tools.crashanalyser"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.nokia.s60tools.crashanalyser.help"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.nokia.s60tools.crashanalyser.corecomponents"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>