1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <module-name> i18n </module-name> 5 <component-description> 6 <author> Bustamam Harun </author> 7 <name> com.sun.star.i18n.ChapterCollator </name> 8 <description> 9 This component provides localized collation algorithm 10</description> 11 <loader-name> com.sun.star.loader.SharedLibrary </loader-name> 12 <language> C++ </language> 13 <status value="final"/> 14 <supported-service> com.sun.star.i18n.ChapterCollator </supported-service> 15 <reference-docu xlink:href="file:///docs/sampledoc.html" xlink:type="simple"/> 16 <type> com.sun.star.lang.XMultiServiceFactory </type> 17 <type> com.sun.star.uno.Reference </type> 18 <type> com.sun.star.i18n.XLocaleData </type> 19 <type> com.sun.star.i18n.XCollator </type> 20 </component-description> 21 <project-build-dependency> cppuhelper </project-build-dependency> 22 <project-build-dependency> cppu </project-build-dependency> 23 <project-build-dependency> registry </project-build-dependency> 24 <project-build-dependency> store </project-build-dependency> 25 <project-build-dependency> vos </project-build-dependency> 26 <project-build-dependency> sal </project-build-dependency> 27 <project-build-dependency> unotools </project-build-dependency> 28 <runtime-module-dependency> cppuhelper </runtime-module-dependency> 29 <runtime-module-dependency> cppu </runtime-module-dependency> 30 <runtime-module-dependency> reg </runtime-module-dependency> 31 <runtime-module-dependency> store </runtime-module-dependency> 32 <runtime-module-dependency> vos </runtime-module-dependency> 33 <runtime-module-dependency> sal </runtime-module-dependency> 34 <runtime-module-dependency> unotools </runtime-module-dependency> 35</module-description> 36