summaryrefslogtreecommitdiff
path: root/xmerge/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/converter.xml
blob: 9285730569db99880f7561e9cffa739caa646425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<converters>
    <converter type="staroffice/sxw" version="1.0">
        <converter-display-name>
            WordSmith
        </converter-display-name>
        <converter-description>
            StarWriter XML to/from WordSmith conversion
        </converter-description>
        <converter-vendor>OpenOffice.org</converter-vendor>
        <converter-class-impl>
            org.openoffice.xmerge.converter.xml.sxw.wordsmith.PluginFactoryImpl
        </converter-class-impl>
        <converter-target type="application/x-wordsmith" />
    </converter>
</converters>