root / tmp / org.txm.annotation.feature / feature.xml @ 3079
Historique | Voir | Annoter | Télécharger (3,88 ko)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.annotation.feature" |
4 |
label="Annotation" |
5 |
version="1.0.0.qualifier" |
6 |
provider-name="Textometrie.org" |
7 |
license-feature="org.txm.rcp.feature" |
8 |
license-feature-version="0.8.2.qualifier"> |
9 |
|
10 |
<description url="http://www.example.com/description"> |
11 |
Abstract annotation features |
12 |
</description>
|
13 |
|
14 |
<copyright url="http://www.example.com/copyright"> |
15 |
TXM 0.8.2 |
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"> |
37 |
[Enter License Description here.] |
38 |
</license>
|
39 |
|
40 |
<requires>
|
41 |
<import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/> |
42 |
<import plugin="org.txm.annotation.core" version="1.0.0" match="greaterOrEqual"/> |
43 |
<import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/> |
44 |
<import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/> |
45 |
<import plugin="org.txm.searchengine.cqp.core"/> |
46 |
<import plugin="javax.persistence" version="2.1.0" match="greaterOrEqual"/> |
47 |
<import plugin="org.eclipse.persistence.jpa" version="2.6.0" match="greaterOrEqual"/> |
48 |
<import plugin="org.eclipse.persistence.jpa.jpql" version="2.6.0" match="greaterOrEqual"/> |
49 |
<import plugin="org.eclipse.persistence.asm" version="6.0.0" match="greaterOrEqual"/> |
50 |
<import plugin="org.txm.annotation.kr.core" version="1.0.0" match="greaterOrEqual"/> |
51 |
<import plugin="org.txm.annotation.rcp" version="1.0.0" match="greaterOrEqual"/> |
52 |
<import plugin="org.eclipse.osgi"/> |
53 |
<import plugin="org.eclipse.persistence.core" version="2.7.1" match="greaterOrEqual"/> |
54 |
</requires>
|
55 |
|
56 |
<plugin
|
57 |
id="org.txm.annotation.core" |
58 |
download-size="0" |
59 |
install-size="0" |
60 |
version="0.0.0" |
61 |
unpack="false"/> |
62 |
|
63 |
<plugin
|
64 |
id="org.txm.annotation.rcp" |
65 |
download-size="0" |
66 |
install-size="0" |
67 |
version="0.0.0" |
68 |
unpack="false"/> |
69 |
|
70 |
<plugin
|
71 |
id="org.txm.annotation.kr.core" |
72 |
download-size="0" |
73 |
install-size="0" |
74 |
version="0.0.0" |
75 |
unpack="false"/> |
76 |
|
77 |
<plugin
|
78 |
id="org.txm.annotation.kr.rcp" |
79 |
download-size="0" |
80 |
install-size="0" |
81 |
version="0.0.0" |
82 |
unpack="false"/> |
83 |
|
84 |
<plugin
|
85 |
id="javax.annotation" |
86 |
download-size="0" |
87 |
install-size="0" |
88 |
version="0.0.0" |
89 |
unpack="false"/> |
90 |
|
91 |
<plugin
|
92 |
id="org.eclipse.persistence.jpa" |
93 |
download-size="0" |
94 |
install-size="0" |
95 |
version="0.0.0" |
96 |
unpack="false"/> |
97 |
|
98 |
<plugin
|
99 |
id="org.eclipse.persistence.core" |
100 |
download-size="0" |
101 |
install-size="0" |
102 |
version="0.0.0" |
103 |
unpack="false"/> |
104 |
|
105 |
<plugin
|
106 |
id="org.eclipse.persistence.asm" |
107 |
download-size="0" |
108 |
install-size="0" |
109 |
version="0.0.0" |
110 |
unpack="false"/> |
111 |
|
112 |
<plugin
|
113 |
id="org.eclipse.persistence.jpa.jpql" |
114 |
download-size="0" |
115 |
install-size="0" |
116 |
version="0.0.0" |
117 |
unpack="false"/> |
118 |
|
119 |
</feature>
|