You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
XML
41 lines
1.2 KiB
XML
2 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
|
||
|
<extension
|
||
|
point="org.eclipse.ui.commands">
|
||
|
|
||
|
<command
|
||
|
categoryId="com.sq.customization.commands.category"
|
||
|
name="【自动匹配替换工具】"
|
||
|
id="com.sq.customization.commands.sampleCommand">
|
||
|
</command>
|
||
|
</extension>
|
||
|
<extension
|
||
|
point="org.eclipse.ui.handlers">
|
||
|
<handler
|
||
|
class="com.sq.customization.handlers.SampleHandler"
|
||
|
commandId="com.sq.customization.commands.sampleCommand">
|
||
|
</handler>
|
||
|
</extension>
|
||
|
|
||
|
<extension
|
||
|
point="org.eclipse.ui.menus">
|
||
|
<menuContribution
|
||
|
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
|
||
|
<menu
|
||
|
id="com.sq.customization.menus.sampleMenu"
|
||
|
label="【上汽TCM定制开发】"
|
||
|
mnemonic="M">
|
||
|
<command
|
||
|
commandId="com.sq.customization.commands.sampleCommand"
|
||
|
id="com.sq.customization.menus.sampleCommand"
|
||
|
mnemonic="S">
|
||
|
</command>
|
||
|
</menu>
|
||
|
</menuContribution>
|
||
|
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|