author | Matti Hagman <ext-matti.hagman@nokia.com> |
Tue, 21 Sep 2010 13:50:51 +0300 | |
changeset 29 | f48eb66e9604 |
parent 25 | eb17a7f7f320 |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<feature |
|
3 |
id="com.nokia.carbide.extensions.creator" |
|
4 |
label="Carbide.c++ Extensions - Creator Script Editor" |
|
29
f48eb66e9604
Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents:
25
diff
changeset
|
5 |
version="1.3.0.qualifier" |
0 | 6 |
provider-name="Nokia" |
7 |
plugin="com.nokia.s60tools.creator"> |
|
8 |
||
9 |
<description> |
|
25
eb17a7f7f320
Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents:
0
diff
changeset
|
10 |
Creator Script Editor is an editor for creating scripts to S60 RnD |
0 | 11 |
application Creator. |
12 |
</description> |
|
13 |
||
14 |
<copyright> |
|
25
eb17a7f7f320
Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents:
0
diff
changeset
|
15 |
Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
0 | 16 |
All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html. |
17 |
</copyright> |
|
18 |
||
19 |
<license url="license.txt"> |
|
25
eb17a7f7f320
Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents:
0
diff
changeset
|
20 |
Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
0 | 21 |
All rights reserved. |
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 |
<requires> |
|
28 |
<import plugin="org.eclipse.ui"/> |
|
29 |
<import plugin="org.eclipse.core.runtime"/> |
|
30 |
<import plugin="org.eclipse.jface.text"/> |
|
31 |
<import plugin="org.eclipse.core.resources"/> |
|
32 |
<import plugin="org.eclipse.ui.editors"/> |
|
33 |
<import plugin="org.eclipse.ui.ide"/> |
|
34 |
<import plugin="org.eclipse.ui.console"/> |
|
35 |
<import plugin="org.eclipse.swt"/> |
|
36 |
<import plugin="org.eclipse.jface"/> |
|
37 |
<import plugin="com.nokia.carbide.cdt.builder" version="2.0.0" match="greaterOrEqual"/> |
|
38 |
<import plugin="org.eclipse.help"/> |
|
25
eb17a7f7f320
Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents:
0
diff
changeset
|
39 |
<import feature="com.nokia.s60tools.extensions.framework" version="1.1.9" match="greaterOrEqual"/> |
0 | 40 |
</requires> |
41 |
||
42 |
<plugin |
|
43 |
id="com.nokia.s60tools.creator" |
|
44 |
download-size="0" |
|
45 |
install-size="0" |
|
46 |
version="0.0.0" |
|
47 |
unpack="false"/> |
|
48 |
||
49 |
<plugin |
|
50 |
id="com.nokia.s60tools.creator.help" |
|
51 |
download-size="0" |
|
52 |
install-size="0" |
|
53 |
version="0.0.0" |
|
54 |
unpack="false"/> |
|
55 |
||
56 |
</feature> |