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