root / tmp / org.txm.searchengine.cqp.feature / feature.xml @ 888
History | View | Annotate | Download (1.9 kB)
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 |
<requires>
|
20 |
<import plugin="org.txm.utils" version="1.0.0" match="greaterOrEqual"/> |
21 |
<import plugin="org.txm.core"/> |
22 |
<import plugin="org.txm.searchengine.core" version="1.0.0" match="greaterOrEqual"/> |
23 |
<import plugin="org.txm.libs.cqp" version="1.0.0" match="greaterOrEqual"/> |
24 |
<import plugin="org.txm.rcp" version="0.8.0" match="greaterOrEqual"/> |
25 |
<import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
26 |
</requires>
|
27 |
|
28 |
<plugin
|
29 |
id="org.txm.libs.cqp" |
30 |
download-size="0" |
31 |
install-size="0" |
32 |
version="0.0.0" |
33 |
unpack="false"/> |
34 |
|
35 |
<plugin
|
36 |
id="org.txm.libs.cqp.linux" |
37 |
os="linux" |
38 |
download-size="0" |
39 |
install-size="0" |
40 |
version="0.0.0" |
41 |
fragment="true"/> |
42 |
|
43 |
<plugin
|
44 |
id="org.txm.libs.cqp.win32" |
45 |
os="win32" |
46 |
download-size="0" |
47 |
install-size="0" |
48 |
version="0.0.0" |
49 |
fragment="true"/> |
50 |
|
51 |
<plugin
|
52 |
id="org.txm.searchengine.cqp.core" |
53 |
download-size="0" |
54 |
install-size="0" |
55 |
version="0.0.0" |
56 |
unpack="false"/> |
57 |
|
58 |
<plugin
|
59 |
id="org.txm.searchengine.cqp.rcp" |
60 |
download-size="0" |
61 |
install-size="0" |
62 |
version="0.0.0" |
63 |
unpack="false"/> |
64 |
|
65 |
<plugin
|
66 |
id="org.txm.libs.cqp.macosx" |
67 |
os="macosx" |
68 |
download-size="0" |
69 |
install-size="0" |
70 |
version="0.0.0" |
71 |
fragment="true"/> |
72 |
|
73 |
</feature>
|