Statistiques
| Révision :

root / TXM / trunk / features / org.txm.rcp.feature / feature.xml @ 4022

Historique | Voir | Annoter | Télécharger (8,21 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
3
      id="org.txm.rcp.feature"
4
      label="TXM RCP"
5
      version="0.8.3.qualifier"
6
      provider-name="Textometrie.org"
7
      plugin="org.txm.rcp">
8

    
9
   <description url="https://txm.gitpages.huma-num.fr/textometrie/files/software/TXM/0.8.3/welcome/">
10
      %description
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="">
36
      TXM Licence Utilisateur &lt;English version below&gt;
37

    
38
1. En utilisant TXM, vous vous engagez à citer l&apos;article
39
   de référence de la plateforme dans vos publications :
40

    
41
   Serge Heiden. The TXM Platform: Building Open-Source
42
   Textual Analysis Software Compatible with the TEI
43
   Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa,
44
   Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada.
45
   24th Pacific Asia Conference on Language, Information
46
   and Computation, Nov 2010, Sendai, Japan. Institute
47
   for Digital Enhancement of Cognitive Development,
48
   Waseda University, pp.389-398, 2010.
49
   &lt;https://halshs.archives-ouvertes.fr/halshs-00549764/fr&gt;
50

    
51
2. Le logiciel TXM est un logiciel libre ; vous pouvez
52
   le redistribuer et/ou le modifier suivant les termes
53
   de la Licence publique générale GNU telle que publiée
54
   par la Free Software Foundation, soit la version 2 de
55
   cette License, soit une version ultérieure.
56

    
57
3. Le logiciel TXM est distribué dans l&apos;espoir qu&apos;il sera
58
   utile, mais sans aucune garantie, y compris mais non
59
   de façon limitative les garanties implicites de
60
   qualité marchande et de convenance à un usage
61
   particulier. Consultez la version 2 et la version 3 de
62
   la Licence publique générale GNU pour plus de détails.
63

    
64
4. Vous devriez avoir reçu une copie de la Licence
65
   publique générale GNU en accompagnement du logiciel
66
   TXM ; si ce n&apos;est pas le cas, veuillez consulter la
67
   page http://www.gnu.org/licenses/gpl-2.0.html.
68

    
69
Fin de la licence utilisateur TXM
70

    
71
----------------------------------------------------------------------------------------------------------------
72
TXM User Agreement &lt;version française ci-dessus&gt;
73

    
74
1. By using TXM, you agree to cite the TXM platform
75
   reference article in your publications:
76

    
77
   Serge Heiden. The TXM Platform: Building Open-Source
78
   Textual Analysis Software Compatible with the TEI
79
   Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa,
80
   Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada.
81
   24th Pacific Asia Conference on Language, Information
82
   and Computation, Nov 2010, Sendai, Japan. Institute
83
   for Digital Enhancement of Cognitive Development,
84
   Waseda University, pp.389-398, 2010.
85
   &lt;https://halshs.archives-ouvertes.fr/halshs-00549764/fr&gt;
86

    
87
2. The TXM platform is free software: you can
88
   redistribute it and/or modify it under the terms of
89
   the GNU General Public License as published by the
90
   Free Software Foundation, either version 2 of the
91
   License, or (at your option) any later version.
92

    
93
3. The TXM platform is distributed in the hope that it
94
   will be useful, but WITHOUT ANY WARRANTY; without
95
   even the implied warranty of MERCHANTABILITY or
96
   FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
97
   Public License for more details.
98

    
99
4. You should have received a copy of the GNU General
100
   Public License along with the TXM platform. If not,
101
   see http://www.gnu.org/licenses/gpl-2.0.html.
102

    
103
End of TXM User Agreement
104
   </license>
105

    
106
   <requires>
107
      <import plugin="org.eclipse.ui"/>
108
      <import plugin="org.eclipse.core.filesystem"/>
109
      <import plugin="org.eclipse.ui.ide"/>
110
      <import plugin="org.eclipse.ui.console"/>
111
      <import plugin="org.eclipse.jface.text"/>
112
      <import plugin="org.eclipse.ui.browser"/>
113
      <import plugin="org.eclipse.ui.forms"/>
114
      <import plugin="org.eclipse.ui.editors"/>
115
      <import plugin="org.eclipse.equinox.p2.ui"/>
116
      <import plugin="org.eclipse.equinox.p2.ui.sdk"/>
117
      <import plugin="org.eclipse.equinox.p2.ui.sdk.scheduler"/>
118
      <import plugin="org.eclipse.e4.ui.css.swt.theme"/>
119
      <import plugin="org.eclipse.equinox.p2.operations"/>
120
      <import plugin="org.eclipse.equinox.p2.ui.discovery"/>
121
      <import plugin="org.eclipse.equinox.p2.metadata"/>
122
      <import plugin="org.eclipse.equinox.p2.discovery"/>
123
      <import plugin="org.eclipse.equinox.p2.repository"/>
124
      <import plugin="org.eclipse.equinox.p2.core"/>
125
      <import plugin="org.eclipse.equinox.p2.engine"/>
126
      <import plugin="org.eclipse.e4.ui.model.workbench"/>
127
      <import plugin="org.eclipse.e4.ui.workbench"/>
128
      <import plugin="org.eclipse.core.expressions"/>
129
      <import plugin="org.eclipse.e4.core.contexts"/>
130
      <import plugin="org.eclipse.osgi"/>
131
      <import plugin="org.eclipse.equinox.event"/>
132
      <import plugin="org.eclipse.ui.themes"/>
133
      <import plugin="org.eclipse.ui.views"/>
134
      <import plugin="org.eclipse.equinox.p2.discovery.compatibility"/>
135
      <import plugin="org.eclipse.e4.ui.workbench.renderers.swt"/>
136
      <import plugin="org.eclipse.ui.net"/>
137
      <import plugin="org.txm.libs.batik"/>
138
      <import plugin="org.txm.libs.args4j" version="1.0.0" match="greaterOrEqual"/>
139
      <import plugin="org.txm.annotation.core"/>
140
      <import plugin="org.txm.groovy.core"/>
141
      <import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/>
142
      <import plugin="org.txm.statsengine.core"/>
143
      <import plugin="org.txm.tokenizer.core" version="1.0.0" match="greaterOrEqual"/>
144
      <import plugin="org.txm.treetagger.core"/>
145
      <import plugin="javax.annotation" version="1.2.0" match="greaterOrEqual"/>
146
      <import plugin="org.eclipse.ui.navigator"/>
147
      <import plugin="org.apache.felix.scr" version="2.2.2" match="greaterOrEqual"/>
148
      <import plugin="org.eclipse.equinox.simpleconfigurator" version="1.4.100" match="greaterOrEqual"/>
149
      <import plugin="org.osgi.service.cm" version="1.6.1" match="greaterOrEqual"/>
150
      <import plugin="org.osgi.service.metatype" version="1.4.1" match="greaterOrEqual"/>
151
      <import plugin="org.osgi.service.component" version="1.5.0" match="greaterOrEqual"/>
152
      <import plugin="org.osgi.service.component.annotations" version="1.5.0" match="greaterOrEqual"/>
153
      <import plugin="org.eclipse.equinox.simpleconfigurator.manipulator" version="2.2.0" match="greaterOrEqual"/>
154
      <import plugin="org.eclipse.e4.ui.widgets" version="1.3.0" match="greaterOrEqual"/>
155
      <import plugin="org.eclipse.e4.ui.workbench.addons.swt" version="1.4.400" match="greaterOrEqual"/>
156
      <import plugin="org.eclipse.e4.ui.workbench.swt" version="0.16.600" match="greaterOrEqual"/>
157
      <import plugin="org.eclipse.debug.core" version="3.20.0" match="greaterOrEqual"/>
158
      <import plugin="org.txm.rcp" version="0.8.3" match="greaterOrEqual"/>
159
      <import plugin="org.txm.core" version="0.8.3" match="greaterOrEqual"/>
160
      <import plugin="org.txm.nlp.core"/>
161
   </requires>
162

    
163
   <plugin
164
         id="org.txm.rcp"
165
         download-size="0"
166
         install-size="0"
167
         version="0.0.0"/>
168

    
169
   <plugin
170
         id="org.txm.links.rcp"
171
         download-size="0"
172
         install-size="0"
173
         version="0.0.0"/>
174

    
175
   <plugin
176
         id="org.txm.searchengine.rcp"
177
         download-size="0"
178
         install-size="0"
179
         version="0.0.0"
180
         unpack="false"/>
181

    
182
   <plugin
183
         id="org.txm.whatsnew.rcp"
184
         download-size="0"
185
         install-size="0"
186
         version="0.0.0"
187
         unpack="false"/>
188

    
189
</feature>