summaryrefslogtreecommitdiff
path: root/scripting/workben/installer
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-06-03 08:32:50 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-06-03 08:32:50 +0000
commitcef995bf5613d88609c66b12fadee499d9fd319e (patch)
treef3f8d70eb1c86df2db5377474ef6ac48810efc30 /scripting/workben/installer
parent6056ad6d1081e097921d4149ecfb963fe2e2f549 (diff)
Rename ScriptRuntimeForRhino to ScriptRuntimeForJavaScript and replace
all references to language.
Diffstat (limited to 'scripting/workben/installer')
-rwxr-xr-xscripting/workben/installer/Scripting.JavaScript.xcu10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripting/workben/installer/Scripting.JavaScript.xcu b/scripting/workben/installer/Scripting.JavaScript.xcu
new file mode 100755
index 000000000000..12c5b0ee2251
--- /dev/null
+++ b/scripting/workben/installer/Scripting.JavaScript.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="JavaScript" oor:op="replace">
+ <prop oor:name="SupportedFileExtensions">
+ <value xml:lang="en-US">js</value>
+ </prop>
+ </node>
+ </node>
+</oor:node>