root / tmp / org.txm.chartsengine.r.feature / feature.xml @ 3079
Historique | Voir | Annoter | Télécharger (2,63 ko)
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 |
license-feature="org.txm.rcp.feature" |
7 |
license-feature-version="0.8.2.qualifier"> |
8 |
|
9 |
<description url="http://www.example.com/description"> |
10 |
R chart engine for TXM |
11 |
</description>
|
12 |
|
13 |
<copyright url="http://www.example.com/copyright"> |
14 |
TXM 0.8.2 |
15 |
Copyright © 2013-2020 ENS de Lyon, University of Franche-Comté. |
16 |
Copyright © 2010-2013 ENS de Lyon. |
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
18 |
Lyon 2, University of Franche-Comté, University of Nice |
19 |
Sophia Antipolis, University of Paris 3. |
20 |
The TXM platform is free software: you can redistribute it and/or |
21 |
modify it under the terms of the GNU General Public |
22 |
License as published by the Free Software Foundation, either |
23 |
version 2 of the License, or (at your option) any |
24 |
later version. |
25 |
The TXM platform is distributed in the hope that it will be useful, |
26 |
but WITHOUT ANY WARRANTY; without even the implied |
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
28 |
See the GNU General Public License for more |
29 |
details. |
30 |
You should have received a copy of the GNU General Public License |
31 |
along with the TXM platform. If not, see |
32 |
http://www.gnu.org/licenses |
33 |
</copyright>
|
34 |
|
35 |
<license url="http://www.example.com/license"> |
36 |
[Enter License Description here.] |
37 |
</license>
|
38 |
|
39 |
<requires>
|
40 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
41 |
<import plugin="org.txm.chartsengine.core" version="1.0.0" match="greaterOrEqual"/> |
42 |
<import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/> |
43 |
<import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
44 |
<import plugin="org.txm.rcp" version="0.8.2" match="greaterOrEqual"/> |
45 |
</requires>
|
46 |
|
47 |
<plugin
|
48 |
id="org.txm.chartsengine.r.core" |
49 |
download-size="0" |
50 |
install-size="0" |
51 |
version="0.0.0" |
52 |
unpack="false"/> |
53 |
|
54 |
<plugin
|
55 |
id="org.txm.chartsengine.r.rcp" |
56 |
download-size="0" |
57 |
install-size="0" |
58 |
version="0.0.0" |
59 |
unpack="false"/> |
60 |
|
61 |
<plugin
|
62 |
id="org.txm.chartsengine.raster.rcp" |
63 |
download-size="0" |
64 |
install-size="0" |
65 |
version="0.0.0" |
66 |
unpack="false"/> |
67 |
|
68 |
<plugin
|
69 |
id="org.txm.chartsengine.rcp" |
70 |
download-size="0" |
71 |
install-size="0" |
72 |
version="0.0.0" |
73 |
unpack="false"/> |
74 |
|
75 |
<plugin
|
76 |
id="org.txm.chartsengine.svgbatik.rcp" |
77 |
download-size="0" |
78 |
install-size="0" |
79 |
version="0.0.0" |
80 |
unpack="false"/> |
81 |
|
82 |
</feature>
|