root / tmp / org.txm.chartsengine.jfreechart.feature / feature.xml @ 888
History | View | Annotate | Download (1.3 kB)
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 |
|
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.libs.jfreechart" version="1.0.17" match="greaterOrEqual"/> |
21 |
<import plugin="org.txm.libs.itext"/> |
22 |
<import plugin="org.txm.libs.jfreesvg" version="1.7.0" match="greaterOrEqual"/> |
23 |
<import plugin="org.txm.chartsengine.core" version="1.0.0" match="greaterOrEqual"/> |
24 |
<import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/> |
25 |
<import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/> |
26 |
</requires>
|
27 |
|
28 |
<plugin
|
29 |
id="org.txm.chartsengine.jfreechart.core" |
30 |
download-size="0" |
31 |
install-size="0" |
32 |
version="0.0.0" |
33 |
unpack="false"/> |
34 |
|
35 |
<plugin
|
36 |
id="org.txm.chartsengine.jfreechart.rcp" |
37 |
download-size="0" |
38 |
install-size="0" |
39 |
version="0.0.0" |
40 |
unpack="false"/> |
41 |
|
42 |
</feature>
|