root / TXM / trunk / org.txm.tigersearch.feature / feature.xml @ 3300
Historique | Voir | Annoter | Télécharger (3,52 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.treesearch.feature" |
4 |
label="Syntatic Tree" |
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 |
Enable TIGERSearch & CONLL-U search, indexes and concordances within TXM
|
11 |
</description>
|
12 |
|
13 |
<copyright url="http://www.example.com/copyright"> |
14 |
TXM 0.8.2 |
15 |
Copyright © 2013-2021 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.index.rcp" version="1.0.0" match="greaterOrEqual"/> |
41 |
<import plugin="org.txm.groovy.core" version="1.0.0" match="greaterOrEqual"/> |
42 |
<import plugin="org.txm.searchengine.core"/> |
43 |
<import plugin="org.txm.libs.deptreeviz" version="0.3.0" match="greaterOrEqual"/> |
44 |
<import plugin="org.txm.tigersearch.core" version="1.0.0" match="greaterOrEqual"/> |
45 |
<import plugin="org.txm.treesearch.rcp" version="1.0.0" match="greaterOrEqual"/> |
46 |
<import plugin="org.txm.core"/> |
47 |
<import plugin="org.txm.treesearch.core" version="1.0.0" match="greaterOrEqual"/> |
48 |
<import plugin="org.txm.core" version="0.8.2" match="greaterOrEqual"/> |
49 |
<import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
50 |
<import plugin="org.txm.rcp" version="0.8.2" match="greaterOrEqual"/> |
51 |
<import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/> |
52 |
<import plugin="org.apache.xerces" version="2.9.0" match="greaterOrEqual"/> |
53 |
</requires>
|
54 |
|
55 |
<plugin
|
56 |
id="org.txm.tigersearch.rcp" |
57 |
download-size="0" |
58 |
install-size="0" |
59 |
version="0.0.0"/> |
60 |
|
61 |
<plugin
|
62 |
id="org.txm.libs.deptreeviz" |
63 |
download-size="0" |
64 |
install-size="0" |
65 |
version="0.0.0" |
66 |
unpack="false"/> |
67 |
|
68 |
<plugin
|
69 |
id="org.txm.tigersearch.core" |
70 |
download-size="0" |
71 |
install-size="0" |
72 |
version="0.0.0"/> |
73 |
|
74 |
<plugin
|
75 |
id="org.txm.conllu.core" |
76 |
download-size="0" |
77 |
install-size="0" |
78 |
version="0.0.0"/> |
79 |
|
80 |
<plugin
|
81 |
id="org.txm.conllu.rcp" |
82 |
download-size="0" |
83 |
install-size="0" |
84 |
version="0.0.0"/> |
85 |
|
86 |
<plugin
|
87 |
id="org.txm.treesearch.core" |
88 |
download-size="0" |
89 |
install-size="0" |
90 |
version="0.0.0"/> |
91 |
|
92 |
<plugin
|
93 |
id="org.txm.treesearch.rcp" |
94 |
download-size="0" |
95 |
install-size="0" |
96 |
version="0.0.0"/> |
97 |
|
98 |
<plugin
|
99 |
id="org.txm.libs.batik" |
100 |
download-size="0" |
101 |
install-size="0" |
102 |
version="0.0.0" |
103 |
unpack="false"/> |
104 |
|
105 |
</feature>
|