author | wpaul |
Mon, 13 Sep 2010 14:09:01 -0500 | |
changeset 23 | 917b96eae430 |
parent 15 | 5dbe3ac0f269 |
child 26 | 350c5c4e8c97 |
permissions | -rw-r--r-- |
8 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
0 | 2 |
<feature |
3 |
id="com.nokia.s60tools.extensions.framework" |
|
4 |
label="Carbide.c++ Extensions - Framework plug-ins" |
|
15
5dbe3ac0f269
Framework 1.9.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
8
diff
changeset
|
5 |
version="1.9.0" |
0 | 6 |
provider-name="Nokia"> |
7 |
||
8 |
<description> |
|
8 | 9 |
Common framework plug-ins feature contains following plug-ins: |
10 |
com.nokia.s60tools.util: |
|
11 |
Util plug-in provides miscellaneous utility classes for logging |
|
12 |
to Eclipse’s Console view output, for parametrizable debugging, |
|
13 |
and for interaction with external command line tools. |
|
14 |
com.nokia.s60tools.ui: |
|
15 |
UI plug-in provides classes providing reusable UI services, such |
|
16 |
as, dialogs, customized UI components, custom sorters, and other |
|
17 |
UI related helper classes. |
|
18 |
com.nokia.s60tools.sdk (deprecated): |
|
19 |
Plug-in SDK provides from Carbide.c++ v1.2 onwards a stable API |
|
20 |
for accessing SDK related services. This API is deprecated, and |
|
21 |
by com.nokia.carbide.cpp.sdk.core should be used instead whenever |
|
22 |
possible. This SDK plugin is still however in use because of |
|
23 |
backward |
|
24 |
compatibility reasons, and it also offers some services that |
|
0 | 25 |
are not available via Carbide's SDK API. |
26 |
</description> |
|
27 |
||
28 |
<copyright> |
|
8 | 29 |
Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 30 |
All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html. |
31 |
</copyright> |
|
32 |
||
33 |
<license> |
|
8 | 34 |
Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 35 |
All rights reserved. |
36 |
This component and the accompanying materials are made available |
|
37 |
under the terms of "Eclipse Public License v1.0" |
|
38 |
which accompanies this distribution, and is available |
|
39 |
at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
40 |
</license> |
|
41 |
||
42 |
||
43 |
<requires> |
|
44 |
<import plugin="org.eclipse.core.runtime"/> |
|
45 |
<import plugin="com.nokia.carbide.cpp.sdk.core"/> |
|
46 |
<import plugin="org.eclipse.cdt.core"/> |
|
47 |
<import plugin="org.eclipse.ui"/> |
|
48 |
<import plugin="org.eclipse.ui.console"/> |
|
49 |
<import plugin="org.eclipse.ui.ide"/> |
|
50 |
<import plugin="org.eclipse.core.resources"/> |
|
51 |
<import plugin="org.eclipse.cdt.core" version="5.0.1" match="greaterOrEqual"/> |
|
52 |
<import plugin="com.nokia.carbide.cpp.project.core"/> |
|
53 |
</requires> |
|
54 |
||
55 |
<plugin |
|
56 |
id="com.nokia.s60tools.sdk" |
|
57 |
download-size="0" |
|
58 |
install-size="0" |
|
59 |
version="0.0.0" |
|
60 |
unpack="false"/> |
|
61 |
||
62 |
<plugin |
|
63 |
id="com.nokia.s60tools.ui" |
|
64 |
download-size="0" |
|
65 |
install-size="0" |
|
66 |
version="0.0.0" |
|
67 |
unpack="false"/> |
|
68 |
||
69 |
<plugin |
|
70 |
id="com.nokia.s60tools.util" |
|
71 |
download-size="0" |
|
72 |
install-size="0" |
|
73 |
version="0.0.0" |
|
74 |
unpack="false"/> |
|
75 |
||
76 |
</feature> |