update dev300-m58
[ooovba.git] / scripting / examples / beanshell / InteractiveBeanShell / parcel-descriptor.xml
blob5c2ff6c182c8ba902487cabc0342a81bade02b5c
1 <?xml version="1.0" encoding="UTF-8"?>
3 <parcel language="BeanShell" xmlns:parcel="scripting.dtd">
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>
16 </parcel>