Files
loongoffice/scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
Tomas O'Connor cedcb9cdc1 Add BeanShell equivalents of Java examples.
Fix MemoryUsage example to use AnyConverter instead of just casting.
2003-02-06 15:28:55 +00:00

19 lines
561 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<parcel 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"/>
<languagedepprops>
</languagedepprops>
</script>
</parcel>