root / tmp / org.txm.internalview.feature / feature.xml @ 2127
History | View | Annotate | Download (2 kB)
1 | 831 | mdecorde | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | 831 | mdecorde | <feature
|
3 | 831 | mdecorde | id="org.txm.internalview.feature" |
4 | 980 | sjacqu01 | label="Internal View" |
5 | 980 | sjacqu01 | version="1.0.0.qualifier" |
6 | 2079 | mdecorde | provider-name="Textometrie.org" |
7 | 2079 | mdecorde | license-feature="org.txm.rcp.feature" |
8 | 2079 | mdecorde | license-feature-version="0.8.0.qualifier"> |
9 | 831 | mdecorde | |
10 | 831 | mdecorde | <description url="http://www.example.com/description"> |
11 | 2106 | mdecorde | Browse through the CQP indexes |
12 | 831 | mdecorde | </description>
|
13 | 831 | mdecorde | |
14 | 831 | mdecorde | <copyright url="http://www.example.com/copyright"> |
15 | 2106 | mdecorde | TXM 0.8.0 |
16 | 2106 | mdecorde | Copyright © 2013-2019 ENS de Lyon, University of Franche-Comté. |
17 | 2106 | mdecorde | Copyright © 2010-2013 ENS de Lyon. |
18 | 2106 | mdecorde | Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
19 | 2106 | mdecorde | Lyon 2, University of Franche-Comté, University of Nice |
20 | 2106 | mdecorde | Sophia Antipolis, University of Paris 3. |
21 | 2106 | mdecorde | The TXM platform is free software: you can redistribute it and/or |
22 | 2106 | mdecorde | modify it under the terms of the GNU General Public |
23 | 2106 | mdecorde | License as published by the Free Software Foundation, either |
24 | 2106 | mdecorde | version 2 of the License, or (at your option) any |
25 | 2106 | mdecorde | later version. |
26 | 2106 | mdecorde | The TXM platform is distributed in the hope that it will be useful, |
27 | 2106 | mdecorde | but WITHOUT ANY WARRANTY; without even the implied |
28 | 2106 | mdecorde | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
29 | 2106 | mdecorde | See the GNU General Public License for more |
30 | 2106 | mdecorde | details. |
31 | 2106 | mdecorde | You should have received a copy of the GNU General Public License |
32 | 2106 | mdecorde | along with the TXM platform. If not, see |
33 | 2106 | mdecorde | http://www.gnu.org/licenses |
34 | 831 | mdecorde | </copyright>
|
35 | 831 | mdecorde | |
36 | 831 | mdecorde | <license url="http://www.example.com/license"> |
37 | 831 | mdecorde | [Enter License Description here.] |
38 | 831 | mdecorde | </license>
|
39 | 831 | mdecorde | |
40 | 831 | mdecorde | <requires>
|
41 | 831 | mdecorde | <import plugin="org.txm.searchengine.cqp.core"/> |
42 | 831 | mdecorde | <import plugin="org.txm.internalview.core" version="1.0.0" match="greaterOrEqual"/> |
43 | 881 | mdecorde | <import plugin="org.txm.links.rcp" version="1.0.0" match="greaterOrEqual"/> |
44 | 831 | mdecorde | </requires>
|
45 | 831 | mdecorde | |
46 | 831 | mdecorde | <plugin
|
47 | 831 | mdecorde | id="org.txm.internalview.core" |
48 | 831 | mdecorde | download-size="0" |
49 | 831 | mdecorde | install-size="0" |
50 | 831 | mdecorde | version="0.0.0" |
51 | 831 | mdecorde | unpack="false"/> |
52 | 831 | mdecorde | |
53 | 831 | mdecorde | <plugin
|
54 | 831 | mdecorde | id="org.txm.internalview.rcp" |
55 | 831 | mdecorde | download-size="0" |
56 | 831 | mdecorde | install-size="0" |
57 | 831 | mdecorde | version="0.0.0" |
58 | 831 | mdecorde | unpack="false"/> |
59 | 831 | mdecorde | |
60 | 831 | mdecorde | </feature> |