tdf#147925 fix view scrolling back to comment
[LibreOffice.git] / external / rhino / README
blob83e4135d0b89aca27a41433a8849749b6da3c5c8
1 JavaScript engine/interpreter written in Java, used to provide JavaScript extensions.
3 The Scripting Framework makes use of the Rhino ([http://www.mozilla.org/rhino/])
4 JavaScript interpreter, available under the Mozilla Public License
5 ([http://www.mozilla.org/MPL/MPL-1.1.html]).
7 In addition, to support the debugging of scripts contained in OpenOffice.org
8 documents, we have modified the Java source file Main.java.
10 The Rhino source tarball is unpacked and patched with the modified code. The
11 Rhino Jar file (js.jar) is then built (download/swingExSrc.zip is unpacked and
12 built as part of this procesS) and delivered to the solver. The file
13 rhino1_5R5.patch contains the changes made in order to build Rhino. The patch
14 was generated using the command: diff -wurN