0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<feature
|
|
3 |
id="com.nokia.carbide.extensions.imaker"
|
|
4 |
label="Carbide.c++ Extensions - IMaker"
|
11
|
5 |
version="3.1.0"
|
0
|
6 |
provider-name="Nokia"
|
|
7 |
plugin="com.nokia.s60tools.imaker">
|
|
8 |
|
|
9 |
<description>
|
|
10 |
The iMaker extension for Carbide.c++ is a wrapper tool for iMaker Commandline tool for building ROM images.
|
|
11 |
</description>
|
|
12 |
|
|
13 |
<copyright>
|
|
14 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
15 |
All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
|
|
16 |
</copyright>
|
|
17 |
|
|
18 |
<license url="license.txt">
|
|
19 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
20 |
All rights reserved.
|
|
21 |
|
|
22 |
This component and the accompanying materials are made available
|
|
23 |
under the terms of "Eclipse Public License v1.0"
|
|
24 |
which accompanies this distribution, and is available
|
|
25 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
26 |
</license>
|
|
27 |
|
|
28 |
<url>
|
|
29 |
<update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide203"/>
|
|
30 |
<discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide203"/>
|
|
31 |
</url>
|
|
32 |
|
|
33 |
<requires>
|
|
34 |
<import plugin="org.eclipse.ui"/>
|
|
35 |
<import plugin="org.eclipse.core.runtime"/>
|
|
36 |
<import plugin="org.eclipse.core.resources"/>
|
|
37 |
<import plugin="org.eclipse.ui.editors"/>
|
|
38 |
<import plugin="org.eclipse.ui.ide"/>
|
|
39 |
<import plugin="org.eclipse.emf.ecore.xmi"/>
|
|
40 |
<import plugin="org.eclipse.jface.text"/>
|
|
41 |
<import plugin="org.eclipse.ui.workbench.texteditor"/>
|
|
42 |
<import plugin="org.eclipse.help"/>
|
|
43 |
<import plugin="com.nokia.s60tools.util" version="1.5.0" match="greaterOrEqual"/>
|
|
44 |
<import plugin="com.nokia.carbide.cpp.sdk.core" version="2.0.0" match="greaterOrEqual"/>
|
|
45 |
<import plugin="org.eclipse.ui.console" version="3.4.0" match="greaterOrEqual"/>
|
|
46 |
<import plugin="com.nokia.carbide.cdt.builder" version="2.0.0" match="greaterOrEqual"/>
|
|
47 |
</requires>
|
|
48 |
|
|
49 |
<plugin
|
|
50 |
id="com.nokia.s60tools.imaker"
|
|
51 |
download-size="0"
|
|
52 |
install-size="0"
|
|
53 |
version="0.0.0"
|
|
54 |
unpack="false"/>
|
|
55 |
|
|
56 |
<plugin
|
|
57 |
id="com.nokia.s60tools.imaker.doc.user"
|
|
58 |
download-size="0"
|
|
59 |
install-size="0"
|
|
60 |
version="0.0.0"
|
|
61 |
unpack="false"/>
|
|
62 |
|
|
63 |
</feature>
|