xref: /trunk/main/rhino/README (revision cdf0e10c)
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*cdf0e10cSrcweirRhino Jar file (js.jar) is then built (download/swingExSrc.zip is unpacked and
10*cdf0e10cSrcweirbuilt as part of this procesS) and delivered to the solver. The file
11*cdf0e10cSrcweirrhino1_5R5.patch contains the changes made in order to build Rhino. The patch
12*cdf0e10cSrcweirwas generated using the command: diff -wurN
13