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.

207 lines
7.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<category
id="com.langtech.plm.performancemanagement.commands.category"
name="Sample Category">
</category>
<command
categoryId="com.langtech.plm.project.CalculateHandler"
name="计算材料定额"
id="com.langtech.plm.project.CalculateHandler">
</command>
<command
categoryId="com.langtech.plm.bg.QDRWHandler"
name="变更任务分配表启动任务"
id="com.langtech.plm.bg.QDRWHandler">
</command>
<command
categoryId="com.langtech.plm.bg.RWFPHandler"
name="查看任务分配表"
id="com.langtech.plm.bg.RWFPHandler">
</command>
<command
categoryId="com.langtech.plm.batchRename.BatchRenameHandler"
name="批量修改时间表任务名称"
id="com.langtech.plm.batchRename.BatchRenameHandler">
</command>
<command
categoryId="com.langtech.plm.synchronize.SynchronizeHandler"
name="更新属性到对象"
id="com.langtech.plm.synchronize.SynchronizeHandler">
</command>
<command
categoryId="com.langtech.plm.createProjectStruct.CreateProjectStructHandler"
name="文件夹批量创建"
id="com.langtech.plm.createProjectStruct.CreateProjectStructHandler">
</command>
<command
categoryId="com.langtech.plm.mpart.MpartHandler"
name="Mpart派生"
id="com.langtech.plm.mpart.MpartHandler">
</command>
<command
categoryId="com.langtech.plm.template.TemplateHandler"
name="生成工序卡"
id="com.langtech.plm.template.TemplateHandler">
</command>
<command
categoryId="com.langtech.plm.tqsx.PropertyToWordOrExcelCommand"
name="提取属性到Word、Excel"
id="com.langtech.plm.tqsx.PropertyToWordOrExcelCommand">
</command>
<command
categoryId="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeCommand"
name="修改配方生效时间"
id="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeCommand">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="com.langtech.plm.bg.QDRWHandler"
commandId="com.langtech.plm.bg.QDRWHandler">
</handler>
<handler
class="com.langtech.plm.bg.RWFPHandler"
commandId="com.langtech.plm.bg.RWFPHandler">
</handler>
<handler
class="com.langtech.plm.project.CalculateHandler"
commandId="com.langtech.plm.project.CalculateHandler">
</handler>
<handler
class="com.langtech.plm.batchRename.BatchRenameHandler"
commandId="com.langtech.plm.batchRename.BatchRenameHandler">
</handler>
<handler
class="com.langtech.plm.synchronize.SynchronizeHandler"
commandId="com.langtech.plm.synchronize.SynchronizeHandler">
</handler>
<handler
class="com.langtech.plm.createProjectStruct.CreateProjectStructHandler"
commandId="com.langtech.plm.createProjectStruct.CreateProjectStructHandler">
</handler>
<handler
class="com.langtech.plm.mpart.MpartHandler"
commandId="com.langtech.plm.mpart.MpartHandler">
</handler>
<handler
class="com.langtech.plm.template.TemplateHandler"
commandId="com.langtech.plm.template.TemplateHandler">
</handler>
<handler
class="com.langtech.plm.tqsx.KHandler"
commandId="com.langtech.plm.tqsx.PropertyToWordOrExcelCommand">
</handler>
<handler
class="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeHandler"
commandId="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeCommand">
</handler>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
<menu
id="com.langtech.plm.performancemanagement.menus.sampleMenu"
label="设计管理"
mnemonic="M">
<command
commandId="com.langtech.plm.synchronize.SynchronizeHandler"
id="com.langtech.plm.synchronize.SynchronizeHandler"
mnemonic="S">
</command>
<command
commandId="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeCommand"
id="com.langtech.plm.modifyEffectiveTime.ModifyEffectiveTimeHandler"
mnemonic="S">
</command>
</menu>
<menu
id="com.langtech.plm.performancemanagement.menus.sampleMenu2"
label="变更管理"
mnemonic="M">
<command
commandId="com.langtech.plm.bg.RWFPHandler"
id="com.langtech.plm.bg.RWFPHandler"
mnemonic="S">
</command>
<command
commandId="com.langtech.plm.bg.QDRWHandler"
id="com.langtech.plm.bg.QDRWHandler"
mnemonic="S">
</command>
</menu>
<menu
id="com.langtech.plm.performancemanagement.menus.sampleMenu1"
label="项目管理"
mnemonic="M">
<command
commandId="com.langtech.plm.batchRename.BatchRenameHandler"
id="com.langtech.plm.batchRename.BatchRenameHandler"
mnemonic="S">
</command>
<command
commandId="com.langtech.plm.createProjectStruct.CreateProjectStructHandler"
id="com.langtech.plm.createProjectStruct.CreateProjectStructHandler"
mnemonic="S">
</command>
</menu>
</menuContribution>
<menuContribution locationURI="menu:cn.net.connor.std.processedit.mainmenu?after=additions">
<command
commandId="com.langtech.plm.mpart.MpartHandler"
id="com.langtech.plm.mpart.MpartHandler"
mnemonic="S">
</command>
<command
commandId="com.langtech.plm.project.CalculateHandler"
id="com.langtech.plm.project.CalculateHandler"
mnemonic="S">
</command>
<command
commandId="com.langtech.plm.template.TemplateHandler"
id="com.langtech.plm.template.TemplateHandler"
mnemonic="S">
</command>
</menuContribution>
<menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=additions">
<command
commandId="com.langtech.plm.tqsx.PropertyToWordOrExcelCommand"
id="com.langtech.plm.tqsx.PropertyToWordOrExcelCommand">
</command>
</menuContribution>
</extension>
</plugin>