xref: /aoo4110/main/rhino/README (revision b1cdbd2c)
1*b1cdbd2cSJim JagielskiThe Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
2*b1cdbd2cSJim JagielskiJavaScript interpreter, available under the Mozilla Public License
3*b1cdbd2cSJim Jagielski(http://www.mozilla.org/MPL/MPL-1.1.html).
4*b1cdbd2cSJim Jagielski
5*b1cdbd2cSJim JagielskiIn addition, to support the debugging of scripts contained in OpenOffice.org
6*b1cdbd2cSJim Jagielskidocuments, we have modified the Java source file Main.java.
7*b1cdbd2cSJim Jagielski
8*b1cdbd2cSJim JagielskiThe Rhino source tarball is unpacked and patched with the modified code. The
9*b1cdbd2cSJim JagielskiRhino Jar file (js.jar) is then built and delivered to the solver. The file
10*b1cdbd2cSJim Jagielskirhino1_7R3.patch contains the changes made in order to build Rhino. The patch
11*b1cdbd2cSJim Jagielskiwas generated using the command: diff -wurN
12