summaryrefslogtreecommitdiff
path: root/scripting/workben/installer/Scripting.BeanShell.xcu
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-05-29 13:20:24 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-05-29 13:20:24 +0000
commit9e95c73731846d05fa69a1a56e8fa8fb2fa7e446 (patch)
tree08c5dcb099dcd3fbadf55ba9e0f538816bb23d90 /scripting/workben/installer/Scripting.BeanShell.xcu
parent2f9518f5d08e809d4829e4e785d585a38cb17331 (diff)
Added support for regsitry schema. Revised version number to 0.3
Diffstat (limited to 'scripting/workben/installer/Scripting.BeanShell.xcu')
-rw-r--r--scripting/workben/installer/Scripting.BeanShell.xcu10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripting/workben/installer/Scripting.BeanShell.xcu b/scripting/workben/installer/Scripting.BeanShell.xcu
new file mode 100644
index 000000000000..3c5c36541e34
--- /dev/null
+++ b/scripting/workben/installer/Scripting.BeanShell.xcu
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:node xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Scripting" oor:package="org.openoffice.Office">
+ <node oor:name="ScriptRuntimes">
+ <node oor:name="BeanShell" oor:op="replace">
+ <prop oor:name="SupportedFileExtensions">
+ <value xml:lang="en-US">bsh</value>
+ </prop>
+ </node>
+ </node>
+</oor:node>