diff options
Diffstat (limited to 'rhino/README')
-rw-r--r-- | rhino/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rhino/README b/rhino/README index ae212c9174f7..83e4135d0b89 100644 --- a/rhino/README +++ b/rhino/README @@ -1,6 +1,8 @@ -The Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/) +JavaScript engine/interpreter written in Java, used to provide JavaScript extensions. + +The Scripting Framework makes use of the Rhino ([http://www.mozilla.org/rhino/]) JavaScript interpreter, available under the Mozilla Public License -(http://www.mozilla.org/MPL/MPL-1.1.html). +([http://www.mozilla.org/MPL/MPL-1.1.html]). In addition, to support the debugging of scripts contained in OpenOffice.org documents, we have modified the Java source file Main.java. |