Revision 833
tmp/org.txm.tigersearch.feature/.project (revision 833) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.tigersearch.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
tmp/org.txm.tigersearch.feature/build.properties (revision 833) | ||
---|---|---|
1 |
bin.includes = feature.xml |
|
0 | 2 |
tmp/org.txm.tigersearch.feature/feature.xml (revision 833) | ||
---|---|---|
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> |
|
0 | 45 |
Also available in: Unified diff