1<?xml version="1.0" encoding="UTF-8"?>
2
3<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
4
5    <script language="BeanShell">
6        <locale lang="en">
7            <displayname value="Interactive BeanShell"/>
8            <description>
9                Pops up a window into which you can type BeanShell code and run it against the current document
10            </description>
11        </locale>
12        <functionname value="interactive.bsh"/>
13        <logicalname value="Interactive.BeanShell"/>
14    </script>
15
16</parcel>
17