summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripting/examples/beanshell/Capitalise/parcel-descriptor.xml32
-rwxr-xr-xscripting/examples/beanshell/WordCount/parcel-descriptor.xml32
2 files changed, 32 insertions, 32 deletions
diff --git a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
index 294a82298b52..bf3730bf1da4 100755
--- a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
+++ b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
@@ -1,16 +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>
+<?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>
diff --git a/scripting/examples/beanshell/WordCount/parcel-descriptor.xml b/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
index 232d4fce9b0c..fb6b5f50109c 100755
--- a/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
+++ b/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
-
- <script language="BeanShell">
- <locale lang="en">
- <displayname value="Word Count"/>
- <description>
- Provides a word count of the selected text in A Writer document.
- </description>
- </locale>
- <functionname value="wordcount.bsh"/>
- <logicalname value="WordCount.BeanShell"/>
- </script>
-
-</parcel>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
+
+ <script language="BeanShell">
+ <locale lang="en">
+ <displayname value="Word Count"/>
+ <description>
+ Provides a word count of the selected text in A Writer document.
+ </description>
+ </locale>
+ <functionname value="wordcount.bsh"/>
+ <logicalname value="WordCount.BeanShell"/>
+ </script>
+
+</parcel>