fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0
[LibreOffice.git] / rhino / README
blobf8f47a186e20ecd6244f73d86a01c6f7a8727197
1 The Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
2 JavaScript interpreter, available under the Mozilla Public License 
3 (http://www.mozilla.org/MPL/MPL-1.1.html).
5 In addition, to support the debugging of scripts contained in OpenOffice.org
6 documents, we have modified the Java source file Main.java.
8 The Rhino source tarball is unpacked and patched with the modified code. The
9 Rhino Jar file (js.jar) is then built (download/swingExSrc.zip is unpacked and
10 built as part of this procesS) and delivered to the solver. The file
11 rhino1_5R5.patch contains the changes made in order to build Rhino. The patch
12 was generated using the command: diff -wurN