root / tmp / org.txm.tigersearch.feature / feature.xml @ 833
History | View | Annotate | Download (1.8 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.tigersearch.feature" |
4 |
label="TIGERSearch" |
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.rcp" version="0.7.8" match="greaterOrEqual"/> |
21 |
<import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/> |
22 |
<import plugin="org.eclipse.ui"/> |
23 |
<import plugin="org.eclipse.core.runtime"/> |
24 |
<import plugin="org.eclipse.ui.editors" version="3.8.200" match="greaterOrEqual"/> |
25 |
<import plugin="org.eclipse.swt"/> |
26 |
<import plugin="org.txm.searchengine.core" version="1.0.0" match="greaterOrEqual"/> |
27 |
<import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
28 |
<import plugin="org.txm.statsengine.core" version="1.0.0" match="greaterOrEqual"/> |
29 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
30 |
<import plugin="org.txm.statsengine.r.rcp" version="1.0.0" match="greaterOrEqual"/> |
31 |
<import plugin="org.txm.index.core" version="1.0.0" match="greaterOrEqual"/> |
32 |
<import plugin="org.txm.index.rcp" version="1.0.0" match="greaterOrEqual"/> |
33 |
<import plugin="org.txm.utils"/> |
34 |
<import plugin="org.txm.groovy.core" version="1.0.0" match="greaterOrEqual"/> |
35 |
</requires>
|
36 |
|
37 |
<plugin
|
38 |
id="org.txm.tigersearch.rcp" |
39 |
download-size="0" |
40 |
install-size="0" |
41 |
version="0.0.0" |
42 |
unpack="false"/> |
43 |
|
44 |
</feature>
|