xc.upm 925 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module name="xc">
  3. <public>
  4. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  5. <interface>u8c.itf.po.IDemandInfo</interface>
  6. <implementation>u8c.impl.DemandInfoImpl</implementation>
  7. </component>
  8. <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
  9. <interface>u8c.itf.ic.ISafetystockInfo</interface>
  10. <implementation>u8c.impl.SafetystockInfoImpl</implementation>
  11. </component>
  12. <component name="custdocadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  13. <implementation>u8c.impl.CustdocAddImpl</implementation>
  14. </component>
  15. <component name="demandadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
  16. <implementation>u8c.impl.DemandAddImpl</implementation>
  17. </component>
  18. </public>
  19. </module>