使用 MilSpec 多重字元序列
若要使用 MilSpec 多重字元序列:
使用透過下列屬性定義的 Harvard 序列:
wt.series.HarvardSeries.seriesNames=MilSpec
wt.series.HarvardSeries.MilSpec.level.1=wt.series.MulticharacterSeries.MilSpec
定義物件初始化規則,以使用 MilSpec 版本配置。例如,若要使用 MilSpec 作為 WTPart 的版本配置,請設定下列規則:
<AttributeValues objType="wt.part.WTPart">
<!-- set the version using the alternate MilSpec HarvardSeries -->
<AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.
server.impl.VersionInfoGenerator">
<Arg>wt.series.HarvardSeries.MilSpec</Arg>
</AttrValue>
</AttributeValues>
這是否有幫助?