summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/examples/beanshell/Capitalise/parcel-descriptor.xml')
-rwxr-xr-xscripting/examples/beanshell/Capitalise/parcel-descriptor.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
new file mode 100755
index 000000000000..bf3730bf1da4
--- /dev/null
+++ b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
+
+ <script language="BeanShell">
+ <locale lang="en">
+ <displayname value="Capitalise"/>
+ <description>
+ Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case...
+ </description>
+ </locale>
+ <functionname value="capitalise.bsh"/>
+ <logicalname value="Capitalise.BeanShell"/>
+ </script>
+
+</parcel>