root / tmp / org.txm.dictionary.feature / feature.xml @ 911
History | View | Annotate | Download (847 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="org.txm.dictionary.feature" |
4 |
label="Dictionary" |
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.index.rcp" version="1.0.0" match="greaterOrEqual"/> |
21 |
<import plugin="org.txm.annotation.kr.core" version="1.0.0" match="greaterOrEqual"/> |
22 |
</requires>
|
23 |
|
24 |
<plugin
|
25 |
id="org.txm.dictionary.rcp" |
26 |
download-size="0" |
27 |
install-size="0" |
28 |
version="0.0.0" |
29 |
unpack="false"/> |
30 |
|
31 |
</feature>
|