summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
blob: 5c2ff6c182c8ba902487cabc0342a81bade02b5c (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="Interactive BeanShell"/>
            <description>
                Pops up a window into which you can type BeanShell code and run it against the current document
            </description>
        </locale>
        <functionname value="interactive.bsh"/>
        <logicalname value="Interactive.BeanShell"/>
    </script>

</parcel>