root / TXM / trunk / org.txm.lexicaltable.feature / feature.xml @ 3628
Historique | Voir | Annoter | Télécharger (1,94 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.lexicaltable.feature" |
4 |
label="LexicalTable" |
5 |
version="1.0.0.qualifier" |
6 |
license-feature="org.txm.rcp.feature" |
7 |
license-feature-version="0.8.3.qualifier"> |
8 |
|
9 |
<description url="http://www.example.com/description"> |
10 |
Lexical Table |
11 |
</description>
|
12 |
|
13 |
<copyright url="http://www.example.com/copyright"> |
14 |
TXM 0.8.3 |
15 |
Copyright © 2013-2023 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.core" version="1.0.0" match="greaterOrEqual"/> |
41 |
<import plugin="org.txm.statsengine.r.rcp"/> |
42 |
<import plugin="org.txm.lexicaltable.core" version="1.0.0" match="greaterOrEqual"/> |
43 |
</requires>
|
44 |
|
45 |
<plugin
|
46 |
id="org.txm.lexicaltable.core" |
47 |
download-size="0" |
48 |
install-size="0" |
49 |
version="0.0.0" |
50 |
unpack="false"/> |
51 |
|
52 |
<plugin
|
53 |
id="org.txm.lexicaltable.rcp" |
54 |
download-size="0" |
55 |
install-size="0" |
56 |
version="0.0.0" |
57 |
unpack="false"/> |
58 |
|
59 |
</feature>
|