|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 |
|
4 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 All rights reserved. |
|
6 This component and the accompanying materials are made available |
|
7 under the terms of "Eclipse Public License v1.0" |
|
8 which accompanies this distribution, and is available |
|
9 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
10 |
|
11 Initial Contributors: |
|
12 Nokia Corporation - initial contribution. |
|
13 |
|
14 Contributors: |
|
15 |
|
16 Description: |
|
17 |
|
18 --> |
|
19 <feature |
|
20 id="com.nokia.carbide.extensions.crashanalyser" |
|
21 label="Carbide.c++ Extensions - Crash Analyser" |
|
22 version="1.2.0" |
|
23 provider-name="Nokia" |
|
24 plugin="com.nokia.s60tools.crashanalyser"> |
|
25 |
|
26 <description> |
|
27 Crash Analyser Tool is e.g. used for analysing different |
|
28 kinds of panic situations. |
|
29 </description> |
|
30 |
|
31 <copyright> |
|
32 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.symbianfoundation.org/legal/sfl-v10.html. |
|
33 </copyright> |
|
34 |
|
35 <license url="license.htm"> |
|
36 Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).All |
|
37 rights reserved. This component and the accompanying materials |
|
38 are made available under the terms of the License "Symbian Foundation |
|
39 License v1.0" which accompanies this distribution, and is available |
|
40 at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html" |
|
41 </license> |
|
42 |
|
43 <url> |
|
44 <update label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/> |
|
45 <discovery label="Carbide.c++ Extensions Nokia Update Server" url="http://trwwwaps.nmp.nokia.com/programs/carbide"/> |
|
46 </url> |
|
47 |
|
48 <requires> |
|
49 <import plugin="org.eclipse.ui"/> |
|
50 <import plugin="org.eclipse.core.runtime"/> |
|
51 <import plugin="org.eclipse.ui.ide"/> |
|
52 <import plugin="org.eclipse.core.resources"/> |
|
53 <import plugin="com.nokia.s60tools.ui" version="1.2.1" match="greaterOrEqual"/> |
|
54 <import plugin="com.nokia.s60tools.sdk" version="1.1.6" match="greaterOrEqual"/> |
|
55 <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/> |
|
56 <import plugin="org.eclipse.ui.editors"/> |
|
57 <import plugin="org.eclipse.jface.text"/> |
|
58 </requires> |
|
59 |
|
60 <plugin |
|
61 id="com.nokia.s60tools.crashanalyser" |
|
62 download-size="0" |
|
63 install-size="0" |
|
64 version="0.0.0" |
|
65 unpack="false"/> |
|
66 |
|
67 <plugin |
|
68 id="com.nokia.s60tools.crashanalyser.help" |
|
69 download-size="0" |
|
70 install-size="0" |
|
71 version="0.0.0" |
|
72 unpack="false"/> |
|
73 |
|
74 <plugin |
|
75 id="com.nokia.s60tools.crashanalyser.corecomponents" |
|
76 download-size="0" |
|
77 install-size="0" |
|
78 version="0.0.0" |
|
79 unpack="false"/> |
|
80 |
|
81 </feature> |