root / tmp / org.txm.para.rcp / plugin.xml @ 2134
History | View | Annotate | Download (706 Bytes)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
<extension
|
5 |
point="org.eclipse.ui.editors"> |
6 |
<editor
|
7 |
class="org.txm.para.rcp.editors.ParaBrowserEditor" |
8 |
default="false" |
9 |
id="org.txm.rcp.editors.parabrowser.ParaBrowserEditor" |
10 |
name="%editor.name.8"> |
11 |
</editor>
|
12 |
</extension>
|
13 |
<extension
|
14 |
point="org.eclipse.ui.commands"> |
15 |
<command
|
16 |
categoryId="org.txm.rcp.category.txm" |
17 |
defaultHandler="org.txm.para.rcp.handlers.OpenParaBrowser" |
18 |
id="org.txm.para.rcp.handlers.OpenParaBrowser" |
19 |
name="%command.name.33"> |
20 |
</command>
|
21 |
</extension>
|
22 |
|
23 |
</plugin>
|