Statistiques
| Révision :

root / tmp / org.txm.analec.feature / feature.xml @ 2864

Historique | Voir | Annoter | Télécharger (2,48 ko)

1 831 mdecorde
<?xml version="1.0" encoding="UTF-8"?>
2 831 mdecorde
<feature
3 1200 mdecorde
      id="org.txm.annotation.urs.feature"
4 831 mdecorde
      label="Annotation URS (Unité-Relation-Schéma)"
5 831 mdecorde
      version="1.0.0.qualifier"
6 2079 mdecorde
      provider-name="Textometrie.org"
7 2079 mdecorde
      license-feature="org.txm.rcp.feature"
8 2670 mdecorde
      license-feature-version="0.8.1.qualifier">
9 831 mdecorde
10 831 mdecorde
   <description url="http://www.example.com/description">
11 831 mdecorde
      Annotate through TXM editions using URS Annotation structures (Unit-Relation-Schema).
12 831 mdecorde
   </description>
13 831 mdecorde
14 831 mdecorde
   <copyright url="http://www.example.com/copyright">
15 2670 mdecorde
      TXM 0.8.1
16 2670 mdecorde
Copyright © 2013-2020 ENS de Lyon, University of Franche-Comté.
17 831 mdecorde
Copyright © 2010-2013 ENS de Lyon.
18 831 mdecorde
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of
19 831 mdecorde
Lyon 2, University of Franche-Comté, University of Nice
20 831 mdecorde
Sophia Antipolis, University of Paris 3.
21 831 mdecorde
The TXM platform is free software: you can redistribute it and/or
22 831 mdecorde
modify it under the terms of the GNU General Public
23 831 mdecorde
License as published by the Free Software Foundation, either
24 831 mdecorde
version 2 of the License, or (at your option) any
25 831 mdecorde
later version.
26 831 mdecorde
The TXM platform is distributed in the hope that it will be useful,
27 831 mdecorde
but WITHOUT ANY WARRANTY; without even the implied
28 831 mdecorde
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
29 831 mdecorde
See the GNU General Public License for more
30 831 mdecorde
details.
31 831 mdecorde
You should have received a copy of the GNU General Public License
32 831 mdecorde
along with the TXM platform. If not, see
33 831 mdecorde
http://www.gnu.org/licenses
34 831 mdecorde
   </copyright>
35 831 mdecorde
36 2670 mdecorde
   <license url="http://www.example.com/license"> -</license>
37 831 mdecorde
38 857 mdecorde
   <requires>
39 927 mdecorde
      <import plugin="org.eclipse.ui"/>
40 927 mdecorde
      <import plugin="org.eclipse.core.runtime"/>
41 927 mdecorde
      <import plugin="org.eclipse.jface"/>
42 927 mdecorde
      <import plugin="org.eclipse.swt"/>
43 927 mdecorde
      <import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/>
44 2670 mdecorde
      <import plugin="org.txm.core" version="0.8.1" match="greaterOrEqual"/>
45 2670 mdecorde
      <import plugin="org.txm.rcp" version="0.8.1" match="greaterOrEqual"/>
46 1208 mdecorde
      <import plugin="org.txm.utils.core"/>
47 968 sjacqu01
      <import feature="org.txm.edition.feature" version="1.0.0.qualifier"/>
48 968 sjacqu01
      <import feature="org.txm.lexicaltable.feature" version="1.0.0.qualifier"/>
49 968 sjacqu01
      <import feature="org.txm.progression.feature" version="1.0.0.qualifier"/>
50 968 sjacqu01
      <import feature="org.txm.concordance.feature" version="1.0.0.qualifier"/>
51 968 sjacqu01
      <import feature="org.txm.annotation.feature" version="1.0.0.qualifier"/>
52 857 mdecorde
   </requires>
53 857 mdecorde
54 831 mdecorde
   <plugin
55 1200 mdecorde
         id="org.txm.annotation.urs.rcp"
56 831 mdecorde
         download-size="0"
57 831 mdecorde
         install-size="0"
58 1724 mdecorde
         version="0.0.0"/>
59 831 mdecorde
60 831 mdecorde
</feature>