diff options
Diffstat (limited to 'rhino/README')
-rwxr-xr-x | rhino/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/rhino/README b/rhino/README index ba39619da91c..f8f47a186e20 100755 --- a/rhino/README +++ b/rhino/README @@ -5,7 +5,8 @@ JavaScript interpreter, available under the Mozilla Public License In addition, to support the debugging of scripts contained in OpenOffice.org documents, we have modified the Java source file Main.java. -The Rhino source tarball is patched with the modified code. The Rhino -Jar file (js.jar) is then built and delivered to the solver. The file -rhino15R4.patch contains the changes made in order to build Rhino. The -patch was generated using the command: diff -wurN +The Rhino source tarball is unpacked and patched with the modified code. The +Rhino Jar file (js.jar) is then built (download/swingExSrc.zip is unpacked and +built as part of this procesS) and delivered to the solver. The file +rhino1_5R5.patch contains the changes made in order to build Rhino. The patch +was generated using the command: diff -wurN |