root / tmp / org.txm.chartsengine.r.feature / feature.xml @ 1806
History | View | Annotate | Download (1.2 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.chartsengine.r.feature" |
4 |
label="R Charts Engine" |
5 |
version="1.0.0.qualifier"> |
6 |
|
7 |
<description url="http://www.example.com/description"> |
8 |
[Enter Feature Description here.] |
9 |
</description>
|
10 |
|
11 |
<copyright url="http://www.example.com/copyright"> |
12 |
[Enter Copyright Description here.] |
13 |
</copyright>
|
14 |
|
15 |
<license url="http://www.example.com/license"> |
16 |
[Enter License Description here.] |
17 |
</license>
|
18 |
|
19 |
<requires>
|
20 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
21 |
<import plugin="org.txm.chartsengine.core" version="1.0.0" match="greaterOrEqual"/> |
22 |
<import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/> |
23 |
<import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
24 |
</requires>
|
25 |
|
26 |
<plugin
|
27 |
id="org.txm.chartsengine.r.core" |
28 |
download-size="0" |
29 |
install-size="0" |
30 |
version="0.0.0" |
31 |
unpack="false"/> |
32 |
|
33 |
<plugin
|
34 |
id="org.txm.chartsengine.r.rcp" |
35 |
download-size="0" |
36 |
install-size="0" |
37 |
version="0.0.0" |
38 |
unpack="false"/> |
39 |
|
40 |
</feature>
|