summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
blob: fb6b5f50109c84e791807501d4dbf5aab0b4c598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>

<parcel language="BeanShell" xmlns:parcel="scripting.dtd">

    <script language="BeanShell">
        <locale lang="en">
            <displayname value="Word Count"/>
            <description>
                Provides a word count of the selected text in A Writer document.
            </description>
        </locale>
        <functionname value="wordcount.bsh"/>
        <logicalname value="WordCount.BeanShell"/>
    </script>

</parcel>