root / tmp / org.txm.imports.metopes / plugin.xml @ 1806
History | View | Annotate | Download (859 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="XML-TEI Metopes" |
11 |
style="push" |
12 |
tooltip="Metopes"> |
13 |
<parameter
|
14 |
name="org.txm.rcp.commands.commandParameter3" |
15 |
value="metopesLoader.groovy"> |
16 |
</parameter>
|
17 |
</command>
|
18 |
</menuContribution>
|
19 |
</extension>
|
20 |
<extension
|
21 |
point="org.txm.rcp.extentionpoint.command"> |
22 |
<installcommand
|
23 |
class="org.txm.imports.metopes.DoInstallStep"> |
24 |
</installcommand>
|
25 |
</extension>
|
26 |
|
27 |
</plugin>
|