summaryrefslogtreecommitdiff
path: root/xmerge/java/org/openoffice/xmerge/xmergebridge/FlatXml/cpp/FlatXml.xml
blob: c4e9ba41e42d364d063a10b66525fd9bb17d9998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
    <module-name> FlatXml </module-name>
    <component-description>
        <author> Aidan Butler </author>
        <name> com.sun.star.documentconversion.XFlatXml </name>
        <description>
    This component is a sample implementation, which describes how a filter may be written that uses the XmlFilterAdaptor component. This filter opens and saves Flat Xml files.
    </description>
        <loader-name>   com.sun.star.loader.SharedLibrary   </loader-name>
        <language>  c++ </language>
        <status value="final"/>
    </component-description>
    <project-build-dependency>  cppuhelper  </project-build-dependency>
    <project-build-dependency>  cppu        </project-build-dependency>
    <project-build-dependency>  sal         </project-build-dependency>
    <runtime-module-dependency> cppuhelper$(UDK_MAJOR)$(COM)    </runtime-module-dependency>
    <runtime-module-dependency> salhelper$(UDK_MAJOR)$(COM)     </runtime-module-dependency>
    <runtime-module-dependency> cppu$(UDK_MAJOR)    </runtime-module-dependency>
    <runtime-module-dependency> reg$(UDK_MAJOR)     </runtime-module-dependency>
    <runtime-module-dependency> store$(UDK_MAJOR)   </runtime-module-dependency>
    <runtime-module-dependency> sal$(UDK_MAJOR)     </runtime-module-dependency>
</module-description>