root / tmp / org.txm.chartsengine.jfreechart.feature / feature.xml @ 3079
Historique | Voir | Annoter | Télécharger (2,8 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.chartsengine.jfreechart.feature" |
4 |
label="JFreeChart" |
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 |
JFreeChart 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.chartsengine.core" version="1.0.0" match="greaterOrEqual"/> |
41 |
<import plugin="org.txm.libs.jfreechart" version="1.5.0" match="greaterOrEqual"/> |
42 |
<import plugin="org.txm.libs.itext"/> |
43 |
<import plugin="org.txm.libs.jfreesvg" version="1.7.0" match="greaterOrEqual"/> |
44 |
<import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/> |
45 |
<import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/> |
46 |
<import plugin="org.txm.rcp" version="0.8.2" match="greaterOrEqual"/> |
47 |
</requires>
|
48 |
|
49 |
<plugin
|
50 |
id="org.txm.chartsengine.jfreechart.core" |
51 |
download-size="0" |
52 |
install-size="0" |
53 |
version="0.0.0" |
54 |
unpack="false"/> |
55 |
|
56 |
<plugin
|
57 |
id="org.txm.chartsengine.jfreechart.rcp" |
58 |
download-size="0" |
59 |
install-size="0" |
60 |
version="0.0.0" |
61 |
unpack="false"/> |
62 |
|
63 |
<plugin
|
64 |
id="org.txm.chartsengine.raster.rcp" |
65 |
download-size="0" |
66 |
install-size="0" |
67 |
version="0.0.0" |
68 |
unpack="false"/> |
69 |
|
70 |
<plugin
|
71 |
id="org.txm.chartsengine.rcp" |
72 |
download-size="0" |
73 |
install-size="0" |
74 |
version="0.0.0" |
75 |
unpack="false"/> |
76 |
|
77 |
<plugin
|
78 |
id="org.txm.chartsengine.svgbatik.rcp" |
79 |
download-size="0" |
80 |
install-size="0" |
81 |
version="0.0.0" |
82 |
unpack="false"/> |
83 |
|
84 |
</feature>
|