author | Maria Zhelezova <ext-maria.zhelezova@nokia.com> |
Tue, 21 Sep 2010 09:46:38 +0300 | |
changeset 27 | d69c84be15fc |
parent 16 | a7167d9d3792 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<feature |
|
3 |
id="com.nokia.carbide.extensions.hticonnection" |
|
4 |
label="Carbide.c++ Extensions - HTI Connection" |
|
27
d69c84be15fc
HTI Connection 1.5.0.1
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
16
diff
changeset
|
5 |
version="1.5.0.qualifier" |
0 | 6 |
provider-name="Nokia" |
7 |
plugin="com.nokia.s60tools.hticonnection"> |
|
8 |
||
9 |
<description> |
|
10 |
The HTI Connection service provides a communication interface between Carbide.c++ and an emulator/device. |
|
11 |
</description> |
|
12 |
||
13 |
<copyright> |
|
9
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
14 |
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
15 |
All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html". |
0 | 16 |
</copyright> |
17 |
||
9
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
18 |
<license url="license.txt"> |
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
19 |
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 20 |
All rights reserved. |
21 |
This component and the accompanying materials are made available |
|
22 |
under the terms of "Eclipse Public License v1.0" |
|
23 |
which accompanies this distribution, and is available |
|
24 |
at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
25 |
|
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
26 |
Part of the graphics of the program are from Eclipse 3.4 platform |
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
27 |
and CDT project in Eclipse community, which are made available under |
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
28 |
the terms of the Eclipse Public License v1.0. |
e67492608de0
HTI Connection 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
7
diff
changeset
|
29 |
A copy of the EPL is provided at |
0 | 30 |
http://www.eclipse.org/legal/epl-v10.html |
31 |
</license> |
|
32 |
||
33 |
||
34 |
<requires> |
|
35 |
<import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/> |
|
36 |
<import plugin="org.eclipse.ui" version="3.4.0" match="greaterOrEqual"/> |
|
37 |
<import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/> |
|
38 |
<import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/> |
|
16
a7167d9d3792
HTI Connection 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
9
diff
changeset
|
39 |
<import feature="com.nokia.s60tools.extensions.framework"/> |
0 | 40 |
</requires> |
41 |
||
42 |
<plugin |
|
43 |
id="com.nokia.s60tools.hticonnection" |
|
44 |
download-size="0" |
|
45 |
install-size="0" |
|
46 |
version="0.0.0" |
|
47 |
unpack="false"/> |
|
48 |
||
49 |
<plugin |
|
50 |
id="com.nokia.s60tools.hticonnection.help" |
|
51 |
download-size="0" |
|
52 |
install-size="0" |
|
53 |
version="0.0.0" |
|
54 |
unpack="false"/> |
|
55 |
||
56 |
</feature> |