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.
20 lines
696 B
20 lines
696 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
|
|
<extension point="org.eclipse.ui.commands">
|
|
<command name="DBOM转EBOM" categoryId="com.connor.ml.tcm.outfile.commands.category" id="DBOMtoEBOM"> </command>
|
|
</extension>
|
|
|
|
<extension point="org.eclipse.ui.handlers">
|
|
<handler class="com.connor.ml.tcm.outfile.ML_01.DbomTransitionToEbomHandler" commandId="DBOMtoEBOM"> </handler>
|
|
</extension>
|
|
|
|
<extension point="org.eclipse.ui.menus">
|
|
<menuContribution locationURI="menu:com.connor.plm.test.menus.sampleMenu?after=additions">
|
|
<command commandId="DBOMtoEBOM" style="push"/>
|
|
</menuContribution>
|
|
</extension>
|
|
|
|
</plugin>
|