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

@@ -20,7 +20,7 @@ public class DebugRunner {
OOScriptDebugger debugger;
String path = "";
if (language.equals("Rhino")) {
if (language.equals("JavaScript")) {
debugger = new OORhinoDebugger();
}
else if (language.equals("BeanShell")) {

View File

@@ -5,7 +5,7 @@
<script language="Java">
<locale lang="en">
<displayname value="Scripting Framework Debugger" />
<description>Script that starts debuggers for Rhino and BeanShell
<description>Script that starts debuggers for JavaScript and BeanShell
</description>
</locale>
<logicalname value="_$DebugRunner.Debug" />