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.
38 lines
1.1 KiB
38 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
|
|
<extension
|
|
point="org.eclipse.ui.commands">
|
|
|
|
<command
|
|
name="老问题报告看板"
|
|
id="connor.ProblemReportHandler">
|
|
</command>
|
|
<command
|
|
name="新问题报告看板"
|
|
id="connor.NewProblemReportHandler">
|
|
</command>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.handlers">
|
|
|
|
<handler
|
|
class="com.connor.mdbksplm.ProblemReport.ProblemReportHandler"
|
|
commandId="connor.ProblemReportHandler">
|
|
</handler>
|
|
|
|
<handler
|
|
class="com.connor.mdbksplm.ProblemReport.NewProblemReportHandler"
|
|
commandId="connor.NewProblemReportHandler">
|
|
</handler>
|
|
</extension>
|
|
|
|
<extension point="org.eclipse.ui.menus">
|
|
<menuContribution locationURI="menu:custWJ?after=additions">
|
|
<command commandId="connor.ProblemReportHandler" id="connor.ProblemReportHandler"></command>
|
|
<command commandId="connor.NewProblemReportHandler" id="connor.NewProblemReportHandler"></command>
|
|
</menuContribution>
|
|
</extension>
|
|
</plugin>
|