root / tmp / org.txm.searchengine.cqp.feature / feature.xml @ 726
Historique | Voir | Annoter | Télécharger (1,27 ko)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<feature
|
| 3 |
id="org.txm.searchengine.cqp.feature" |
| 4 |
label="CQP" |
| 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 |
<plugin
|
| 20 |
id="org.txm.libs.cqp" |
| 21 |
download-size="0" |
| 22 |
install-size="0" |
| 23 |
version="0.0.0" |
| 24 |
unpack="false"/> |
| 25 |
|
| 26 |
<plugin
|
| 27 |
id="org.txm.libs.cqp.linux" |
| 28 |
os="linux" |
| 29 |
download-size="0" |
| 30 |
install-size="0" |
| 31 |
version="0.0.0" |
| 32 |
fragment="true"/> |
| 33 |
|
| 34 |
<plugin
|
| 35 |
id="org.txm.libs.cqp.win32" |
| 36 |
os="win32" |
| 37 |
download-size="0" |
| 38 |
install-size="0" |
| 39 |
version="0.0.0" |
| 40 |
fragment="true"/> |
| 41 |
|
| 42 |
<plugin
|
| 43 |
id="org.txm.searchengine.cqp.core" |
| 44 |
download-size="0" |
| 45 |
install-size="0" |
| 46 |
version="0.0.0" |
| 47 |
unpack="false"/> |
| 48 |
|
| 49 |
<plugin
|
| 50 |
id="org.txm.searchengine.cqp.rcp" |
| 51 |
download-size="0" |
| 52 |
install-size="0" |
| 53 |
version="0.0.0" |
| 54 |
unpack="false"/> |
| 55 |
|
| 56 |
</feature>
|