root / tmp / org.txm.connlu.core / plugin.xml @ 2212
History | View | Annotate | Download (946 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.ui.menus"> |
6 |
<menuContribution
|
7 |
locationURI="menu:menu.file.import?before=menu.file.import.separator.software"> |
8 |
<command
|
9 |
commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript" |
10 |
label="Connl-UD" |
11 |
style="push"> |
12 |
<parameter
|
13 |
name="org.txm.rcp.commands.commandParameter3" |
14 |
value="connlu/connluLoader.groovy"> |
15 |
</parameter>
|
16 |
</command>
|
17 |
</menuContribution>
|
18 |
</extension>
|
19 |
<extension
|
20 |
point="org.txm.PostTXMHOMEInstallationStep"> |
21 |
<PostTXMHOMEInstallationStep
|
22 |
class="org.txm.connlu.core.InstallGroovyCONNLUFiles" |
23 |
description="copy scripts for import module" |
24 |
name="CONNLUFiles"> |
25 |
</PostTXMHOMEInstallationStep>
|
26 |
</extension>
|
27 |
</plugin>
|