Rename ScriptRuntimeForRhino to ScriptRuntimeForJavaScript and replace

all references to language.
This commit is contained in:
Tomas O'Connor
2003-06-03 08:32:50 +00:00
parent 6056ad6d10
commit cef995bf56
6 changed files with 466 additions and 455 deletions

View File

@@ -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>