root / tmp / org.txm.concordance.feature / feature.xml @ 1962
History | View | Annotate | Download (1.2 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.concordance.feature" |
4 |
label="Concordances" |
5 |
version="1.0.0.qualifier" |
6 |
provider-name="Textometrie.org"> |
7 |
|
8 |
<description url="http://www.example.com/description"> |
9 |
[Enter Feature Description here.] |
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.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
22 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
23 |
<import plugin="org.txm.rcp" version="0.8.0" match="greaterOrEqual"/> |
24 |
<import plugin="org.txm.concordance.core" version="1.0.0" match="greaterOrEqual"/> |
25 |
</requires>
|
26 |
|
27 |
<plugin
|
28 |
id="org.txm.concordance.core" |
29 |
download-size="0" |
30 |
install-size="0" |
31 |
version="0.0.0" |
32 |
unpack="false"/> |
33 |
|
34 |
<plugin
|
35 |
id="org.txm.concordance.rcp" |
36 |
download-size="0" |
37 |
install-size="0" |
38 |
version="0.0.0" |
39 |
unpack="false"/> |
40 |
|
41 |
</feature>
|