You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.9 KiB
62 lines
1.9 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
<category
|
|
name="Sample Category"
|
|
id="com.connor.ac.commands.category">
|
|
</category>
|
|
|
|
<command
|
|
name="问题报告批量导入"
|
|
categoryId="com.connor.ac.commands.category"
|
|
id="com.connor.ac.commands.ProblemReportImport">
|
|
</command>
|
|
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
<handler
|
|
commandId="com.connor.ac.commands.ProblemReportImport"
|
|
class="com.connor.AC_05.ProblemReportImportHandler">
|
|
</handler>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.bindings">
|
|
<key
|
|
commandId="com.connor.ac.commands.sampleCommand"
|
|
contextId="org.eclipse.ui.contexts.window"
|
|
sequence="M1+6"
|
|
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
|
|
</key>
|
|
</extension>-
|
|
<extension
|
|
point="org.eclipse.ui.menus">
|
|
<!--
|
|
<menuContribution
|
|
locationURI="menu:cn.com.ebewin.ysr.ui.menus.ProjectManage?after=cn.com.ebewin.ysr.ui.menus.ProblemBoard">
|
|
|
|
<command
|
|
commandId="com.connor.ac.commands.ProblemReportImport"
|
|
mnemonic="S"
|
|
id="com.connor.ac.menus.ProblemReportImport">
|
|
</command>
|
|
</menuContribution>
|
|
<menuContribution
|
|
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
|
|
<toolbar
|
|
id="com.connor.ac.toolbars.sampleToolbar">
|
|
<command
|
|
commandId="com.connor.ac.commands.sampleCommand"
|
|
icon="icons/sample.gif"
|
|
tooltip="Say hello world"
|
|
id="com.connor.ac.toolbars.sampleCommand">
|
|
</command>
|
|
</toolbar>
|
|
</menuContribution>-->
|
|
</extension>
|
|
|
|
</plugin>
|