diff options
author | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-09 13:42:42 +1030 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-08 23:18:06 -0500 |
commit | dd929dd089abb86bc2206bc9749722682c70f3f1 (patch) | |
tree | df1c54c223fde472abb1c680eac03c84cda0bae6 /rhino | |
parent | ec84bbb208d59d042f8f0522fa96ed2ad94f2ca7 (diff) |
Added and improved READMEs for modules whihc used to be in libs-extern
Diffstat (limited to 'rhino')
-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. |