root / tmp / org.txm.treetagger.rcp / plugin.xml @ 1557
History | View | Annotate | Download (1.6 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
|
5 |
<extension
|
6 |
point="org.eclipse.ui.commands"> |
7 |
<command
|
8 |
categoryId="org.txm.rcp.category.txm" |
9 |
defaultHandler="org.txm.treetagger.rcp.handlers.Train" |
10 |
id="org.txm.treetagger.commands.Train" |
11 |
name="%command.name"> |
12 |
</command>
|
13 |
<command
|
14 |
categoryId="org.txm.rcp.category.txm" |
15 |
defaultHandler="org.txm.treetagger.rcp.handlers.Apply" |
16 |
id="org.txm.treetagger.commands.Apply" |
17 |
name="%command.name.0"> |
18 |
</command>
|
19 |
<command
|
20 |
categoryId="org.txm.rcp.category.txm" |
21 |
defaultHandler="org.txm.treetagger.rcp.handlers.LemmaProjection" |
22 |
id="org.txm.treetagger.commands.PropertyProjection" |
23 |
name="%command.name.1"> |
24 |
</command>
|
25 |
<command
|
26 |
categoryId="org.txm.rcp.category.txm" |
27 |
defaultHandler="org.txm.treetagger.rcp.handlers.RemoveProperties" |
28 |
description="%command.description" |
29 |
id="org.txm.treetagger.commands.RemoveProperties" |
30 |
name="%command.name.2"> |
31 |
</command>
|
32 |
</extension>
|
33 |
<extension
|
34 |
point="org.eclipse.ui.menus"> |
35 |
</extension>
|
36 |
<extension
|
37 |
point="org.eclipse.ui.preferencePages"> |
38 |
<page
|
39 |
category="org.txm.rcp.preferences.NLPPreferencePage" |
40 |
class="org.txm.treetagger.rcp.preferences.TreeTaggerPreferencePage" |
41 |
id="org.txm.treetagger.rcp.preferences.TreeTaggerPreferencePage" |
42 |
name="%page.name.7"> |
43 |
</page>
|
44 |
</extension>
|
45 |
|
46 |
</plugin>
|