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.

208 lines
6.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="com.teamcenter.rac.util.tc_properties">
<plugin_properties pluginName="com.ufc.xmhf"/>
</extension>
<!-- -->
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
<menu
label="宏发集成">
<command
commandId="com.ufc.report.MaterialMasterData"
id="com.ufc.report.MaterialMasterData">
<visibleWhen>
<and>
<reference
definitionId="com.teamcenter.rac.pse.inMainView">
</reference>
</and>
</visibleWhen>
</command>
</menu>
</menuContribution>
</extension>
<!-- -->
<extension
point="org.eclipse.ui.commands">
<!--<command
name="产品BOM表"
id="com.ufc.report.BOMListReport">
</command> -->
<command
name="产品BOM表"
id="com.ufc.report.BOMListReport">
</command>
<command
name="重要件明细表"
id="com.ufc.report.Important">
</command>
<command
name="关键件明细表"
id="com.ufc.report.KeyModule">
</command>
<command
name="产品图纸完整性检查表"
id="com.ufc.report.ProductDrawings">
</command>
<command
name="借用件明细表"
id="com.ufc.report.BorrowReport">
</command>
<command
name="通用件明细表"
id="com.ufc.report.General">
</command>
<!--<command
name="金属材料明细表"
id="com.ufc.report.MetalReport">
</command>
<command
name="塑胶材料明细表"
id="com.ufc.report.PlasticReport">
</command> -->
<command
name="工程变更汇总表"
id="com.ufc.report.ECRReport">
</command>
<command
name="图样目录"
id="com.ufc.report.DrawReport">
</command>
<command
name="物料主数据传递"
id="com.ufc.report.MaterialMasterData">
</command>
<command
name="工程变更准备检查表"
id="com.ufc.newreport.CultureHandler">
</command>
<command
name="包装规范"
id="com.ufc.newreport.PackSpecHandler">
</command>
<command
name="生产技术规范表"
id="com.ufc.newreport.TecSpeHandler">
</command>
<!--导出ECR清单-->
<command
name="导出ECR清单"
id="com.ufc.ECRreport.ECRreprotHandler">
</command>
<command
id="com.ufc.bpm.QuerySendToBPMHandler"
name="查询主数据传输信息">
</command>
<!--导出材料明细清单-->
<command
name="导出材料明细清单"
id="com.ufc.Materialreport.MaterialreprotHandler">
</command>
<!--
<command
name="导出材料明细清单"
id="com.ufc.MatGrpReport.MatGrpReportHandler">
</command>-->
<!--文件共享
<command
name="图纸工序文件共享"
id="FileShared">
</command>-->
<command id="com.ufc.downWPSFile.DownloadWPSFileHandler" name="下载WPS文件"/>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
commandId="com.ufc.bpm.QuerySendToBPMHandler"
class="com.ufc.bpm.QuerySendToBPMHandler">
</handler>
<handler
commandId="com.ufc.report.BOMListReport"
class="com.ufc.report.BomListReportHandler">
</handler>
<handler
commandId="com.ufc.report.BorrowReport"
class="com.ufc.report.BorrowReportHandler">
</handler>
<handler
commandId="com.ufc.report.General"
class="com.ufc.report.GeneralHandler">
</handler>
<handler
commandId="com.ufc.report.ProductDrawings"
class="com.ufc.report.ProductDrawingsHandler">
</handler>
<handler
commandId="com.ufc.report.Important"
class="com.ufc.report.ImportantReportHandler">
</handler>
<handler
commandId="com.ufc.report.KeyModule"
class="com.ufc.report.KeyModuleReportHandler">
</handler>
<!--<handler
commandId="com.ufc.report.MetalReport"
class="com.ufc.report.MetalReportHandler">
</handler>
<handler
commandId="com.ufc.report.PlasticReport"
class="com.ufc.report.PlasticReportHandler">
</handler>-->
<handler
commandId="com.ufc.report.ECRReport"
class="com.ufc.report.ECRReportHandler">
</handler>
<handler
commandId="com.ufc.report.DrawReport"
class="com.ufc.report.DrawReportHandler">
</handler>
<handler
commandId="com.ufc.report.MaterialMasterData"
class="com.ufc.report.MaterialMasterDataHandler">
</handler>
<handler
commandId="com.ufc.newreport.CultureHandler"
class="com.ufc.newreport.CultureHandler">
</handler>
<handler
commandId="com.ufc.newreport.PackSpecHandler"
class="com.ufc.newreport.PackSpecHandler">
</handler>
<handler
commandId="com.ufc.newreport.TecSpeHandler"
class="com.ufc.newreport.TecSpeHandler">
</handler>
<!--导出ECR清单-->
<handler
commandId="com.ufc.ECRreport.ECRreprotHandler"
class="com.ufc.ECRreport.ECRreprotHandler">
</handler>
<!--导出材料明细清单-->
<handler
commandId="com.ufc.Materialreport.MaterialreprotHandler"
class="com.ufc.Materialreport.MaterialreprotHandler">
</handler>
<!---->
<!-- <handler
commandId="com.ufc.MatGrpReport.MatGrpReportHandler"
class="com.ufc.MatGrpReport.MatGrpReportHandler">
</handler> -->
<!--文件共享
<handler
commandId="FileShared"
class="com.hf.plm.FileSharedHandler">
</handler>-->
<handler commandId="com.ufc.downWPSFile.DownloadWPSFileHandler" class="com.ufc.downWPSFile.DownloadWPSFileHandler"/>
</extension>
</plugin>