1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <feature |
2 <feature |
3 id="com.nokia.carbide.extensions.remotecontrol" |
3 id="com.nokia.carbide.extensions.remotecontrol" |
4 label="Carbide.c++ Extensions - Remote Control" |
4 label="Carbide.c++ Extensions - Remote Control" |
5 version="1.3.1" |
5 version="1.4.0" |
6 provider-name="Nokia" |
6 provider-name="Nokia" |
7 plugin="com.nokia.s60tools.remotecontrol"> |
7 plugin="com.nokia.s60tools.remotecontrol"> |
8 |
8 |
9 <description> |
9 <description> |
10 Remote Control is a tool for using phones remotely by commanding HTI framework in device. |
10 Remote Control is a tool for using phones remotely by commanding HTI framework in device. |
11 </description> |
11 </description> |
12 |
12 |
13 <copyright> |
13 <copyright> |
14 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html". |
14 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
15 All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html". |
15 </copyright> |
16 </copyright> |
16 |
17 |
17 <license url="license.txt"> |
18 <license url="license.txt"> |
18 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
19 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
19 All rights reserved. |
20 All rights reserved. |
20 This component and the accompanying materials are made available |
21 This component and the accompanying materials are made available |
21 under the terms of "Eclipse Public License v1.0" |
22 under the terms of "Eclipse Public License v1.0" |
22 which accompanies this distribution, and is available |
23 which accompanies this distribution, and is available |
23 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
24 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
24 </license> |
25 </license> |
25 |
26 |
26 <url> |
|
27 <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/> |
|
28 <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/> |
|
29 </url> |
|
30 |
27 |
31 <requires> |
28 <requires> |
32 <import plugin="org.eclipse.ui"/> |
29 <import plugin="org.eclipse.ui"/> |
33 <import plugin="org.eclipse.core.runtime"/> |
30 <import plugin="org.eclipse.core.runtime"/> |
34 <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/> |
31 <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/> |
35 <import plugin="com.nokia.s60tools.hticonnection" version="1.2.0" match="greaterOrEqual"/> |
32 <import plugin="com.nokia.s60tools.hticonnection" version="1.4.0" match="greaterOrEqual"/> |
36 </requires> |
33 </requires> |
37 |
34 |
38 <plugin |
35 <plugin |
39 id="com.nokia.s60tools.remotecontrol" |
36 id="com.nokia.s60tools.remotecontrol" |
40 download-size="0" |
37 download-size="0" |