summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/HelloWorld/parcel-descriptor.xml
blob: 836470330891214991b86ede1b17125b3af0a1b6 (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="Hello World"/>
            <description>
                Adds the the string "Hello World" into the current text doc.
            </description>
        </locale>
        <functionname value="helloworld.bsh"/>
        <logicalname value="HelloWorld.BeanShell"/>
    </script>

</parcel>