crashanalysis/crashanalyser/com.nokia.carbide.extensions.crashanalyser/feature.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crashanalysis/crashanalyser/com.nokia.carbide.extensions.crashanalyser/feature.xml Thu Feb 11 15:06:45 2010 +0200
@@ -0,0 +1,81 @@
+<?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 "Symbian Foundation
+License v1.0" which accompanies this distribution, and is available
+at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html"
+ </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>