root / tmp / org.txm.lexicaltable.feature / feature.xml @ 1843
Historique | Voir | Annoter | Télécharger (1,04 ko)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<feature
|
| 3 |
id="org.txm.lexicaltable.feature" |
| 4 |
label="LexicalTable" |
| 5 |
version="1.0.0.qualifier"> |
| 6 |
|
| 7 |
<description url="http://www.example.com/description"> |
| 8 |
[Enter Feature Description here.] |
| 9 |
</description>
|
| 10 |
|
| 11 |
<copyright url="http://www.example.com/copyright"> |
| 12 |
[Enter Copyright Description here.] |
| 13 |
</copyright>
|
| 14 |
|
| 15 |
<license url="http://www.example.com/license"> |
| 16 |
[Enter License Description here.] |
| 17 |
</license>
|
| 18 |
|
| 19 |
<requires>
|
| 20 |
<import plugin="org.txm.index.core" version="1.0.0" match="greaterOrEqual"/> |
| 21 |
<import plugin="org.txm.statsengine.r.rcp"/> |
| 22 |
<import plugin="org.txm.lexicaltable.core" version="1.0.0" match="greaterOrEqual"/> |
| 23 |
</requires>
|
| 24 |
|
| 25 |
<plugin
|
| 26 |
id="org.txm.lexicaltable.core" |
| 27 |
download-size="0" |
| 28 |
install-size="0" |
| 29 |
version="0.0.0" |
| 30 |
unpack="false"/> |
| 31 |
|
| 32 |
<plugin
|
| 33 |
id="org.txm.lexicaltable.rcp" |
| 34 |
download-size="0" |
| 35 |
install-size="0" |
| 36 |
version="0.0.0" |
| 37 |
unpack="false"/> |
| 38 |
|
| 39 |
</feature>
|