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