Rename ScriptRuntimeForRhino to ScriptRuntimeForJavaScript and replace
all references to language.
This commit is contained in:
@@ -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")) {
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user