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