Name
Date
Size
#Lines
LOC

..13-Aug-2024-

prj/H18-Oct-2019-

READMEH A D18-Oct-2019604 129

makefile.mkH A D18-Oct-20191.9 KiB7129

rhino1_7R3.patchH A D18-Oct-201928.5 KiB924887

README

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).
4 
5 In addition, to support the debugging of scripts contained in OpenOffice.org
6 documents, we have modified the Java source file Main.java.
7 
8 The Rhino source tarball is unpacked and patched with the modified code. The
9 Rhino Jar file (js.jar) is then built and delivered to the solver. The file
10 rhino1_7R3.patch contains the changes made in order to build Rhino. The patch
11 was generated using the command: diff -wurN
12