beans.xml 520 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin name="¶ÔÏóÃû³Æ¹¹ÔìÆ÷" version="1.0" id="wcm.version">
  3. <beans>
  4. <!--Mgr BEGIN-->
  5. <bean id="IObjectVersionMgr"
  6. class="com.trs.components.wcm.version.ObjectVersionMgr"
  7. singleton="true"/>
  8. <bean id="IAppendixUsedVersionMgr"
  9. class="com.trs.components.wcm.version.AppendixUsedVersionMgr"
  10. singleton="true"/>
  11. <bean id="IObjAndFileVersionMgr"
  12. class="com.trs.components.wcm.version.ObjAndFileVersionMgr"
  13. singleton="true"/>
  14. </beans>
  15. </plugin>