xref: /trunk/main/rhino/README (revision 75252d1b)
1 cdf0e10cSrcweirThe Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
2 cdf0e10cSrcweirJavaScript interpreter, available under the Mozilla Public License
3 cdf0e10cSrcweir(http://www.mozilla.org/MPL/MPL-1.1.html).
4 cdf0e10cSrcweir
5 cdf0e10cSrcweirIn addition, to support the debugging of scripts contained in OpenOffice.org
6 cdf0e10cSrcweirdocuments, we have modified the Java source file Main.java.
7 cdf0e10cSrcweir
8 cdf0e10cSrcweirThe Rhino source tarball is unpacked and patched with the modified code. The
9 *75252d1bSAndre FischerRhino Jar file (js.jar) is then built and delivered to the solver. The file
10 *75252d1bSAndre Fischerrhino1_7R3.patch contains the changes made in order to build Rhino. The patch
11 cdf0e10cSrcweirwas generated using the command: diff -wurN
12