root / tmp / org.txm.statsengine.r.feature / feature.xml @ 1221
Historique | Voir | Annoter | Télécharger (1,7 ko)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<feature
|
| 3 |
id="org.txm.statsengine.r.feature" |
| 4 |
label="R Statistics Engine" |
| 5 |
version="1.0.0.qualifier" |
| 6 |
provider-name="Textometrie.org"> |
| 7 |
|
| 8 |
<description url="http://www.example.com/description"> |
| 9 |
[Enter Feature Description here.] |
| 10 |
</description>
|
| 11 |
|
| 12 |
<copyright url="http://www.example.com/copyright"> |
| 13 |
[Enter Copyright Description here.] |
| 14 |
</copyright>
|
| 15 |
|
| 16 |
<license url="http://www.example.com/license"> |
| 17 |
[Enter License Description here.] |
| 18 |
</license>
|
| 19 |
|
| 20 |
<requires>
|
| 21 |
<import plugin="org.txm.statsengine.core" version="1.0.0" match="greaterOrEqual"/> |
| 22 |
<import plugin="org.txm.libs.rserve"/> |
| 23 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
| 24 |
<import plugin="org.txm.rcp" version="0.8.0" match="greaterOrEqual"/> |
| 25 |
</requires>
|
| 26 |
|
| 27 |
<plugin
|
| 28 |
id="org.txm.statsengine.r.core" |
| 29 |
download-size="0" |
| 30 |
install-size="0" |
| 31 |
version="0.0.0" |
| 32 |
unpack="false"/> |
| 33 |
|
| 34 |
<plugin
|
| 35 |
id="org.txm.statsengine.r.core.linux" |
| 36 |
os="linux" |
| 37 |
download-size="0" |
| 38 |
install-size="0" |
| 39 |
version="0.0.0" |
| 40 |
fragment="true"/> |
| 41 |
|
| 42 |
<plugin
|
| 43 |
id="org.txm.statsengine.r.core.macosx" |
| 44 |
os="macosx" |
| 45 |
download-size="0" |
| 46 |
install-size="0" |
| 47 |
version="0.0.0" |
| 48 |
fragment="true"/> |
| 49 |
|
| 50 |
<plugin
|
| 51 |
id="org.txm.statsengine.r.core.win32" |
| 52 |
os="win32" |
| 53 |
download-size="0" |
| 54 |
install-size="0" |
| 55 |
version="0.0.0" |
| 56 |
fragment="true"/> |
| 57 |
|
| 58 |
<plugin
|
| 59 |
id="org.txm.statsengine.r.rcp" |
| 60 |
download-size="0" |
| 61 |
install-size="0" |
| 62 |
version="0.0.0" |
| 63 |
unpack="false"/> |
| 64 |
|
| 65 |
</feature>
|