Statistiques
| Révision :

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

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.annotation.urs.feature"
4
      label="Annotation URS (Unité-Relation-Schéma)"
5
      version="1.0.0.qualifier"
6
      provider-name="Textometrie.org"
7
      license-feature="org.txm.rcp.feature"
8
      license-feature-version="0.8.1.qualifier">
9

    
10
   <description url="http://www.example.com/description">
11
      Annotate through TXM editions using URS Annotation structures (Unit-Relation-Schema).
12
   </description>
13

    
14
   <copyright url="http://www.example.com/copyright">
15
      TXM 0.8.1
16
Copyright © 2013-2020 ENS de Lyon, University of Franche-Comté.
17
Copyright © 2010-2013 ENS de Lyon.
18
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of
19
Lyon 2, University of Franche-Comté, University of Nice
20
Sophia Antipolis, University of Paris 3.
21
The TXM platform is free software: you can redistribute it and/or
22
modify it under the terms of the GNU General Public
23
License as published by the Free Software Foundation, either
24
version 2 of the License, or (at your option) any
25
later version.
26
The TXM platform is distributed in the hope that it will be useful,
27
but WITHOUT ANY WARRANTY; without even the implied
28
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
29
See the GNU General Public License for more
30
details.
31
You should have received a copy of the GNU General Public License
32
along with the TXM platform. If not, see
33
http://www.gnu.org/licenses
34
   </copyright>
35

    
36
   <license url="http://www.example.com/license"> -</license>
37

    
38
   <requires>
39
      <import plugin="org.eclipse.ui"/>
40
      <import plugin="org.eclipse.core.runtime"/>
41
      <import plugin="org.eclipse.jface"/>
42
      <import plugin="org.eclipse.swt"/>
43
      <import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/>
44
      <import plugin="org.txm.core" version="0.8.1" match="greaterOrEqual"/>
45
      <import plugin="org.txm.rcp" version="0.8.1" match="greaterOrEqual"/>
46
      <import plugin="org.txm.utils.core"/>
47
      <import feature="org.txm.edition.feature" version="1.0.0.qualifier"/>
48
      <import feature="org.txm.lexicaltable.feature" version="1.0.0.qualifier"/>
49
      <import feature="org.txm.progression.feature" version="1.0.0.qualifier"/>
50
      <import feature="org.txm.concordance.feature" version="1.0.0.qualifier"/>
51
      <import feature="org.txm.annotation.feature" version="1.0.0.qualifier"/>
52
   </requires>
53

    
54
   <plugin
55
         id="org.txm.annotation.urs.rcp"
56
         download-size="0"
57
         install-size="0"
58
         version="0.0.0"/>
59

    
60
</feature>