diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:22:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:22:28 +0000 |
commit | c00a814a75f9985559d4b5b043de1ac09d57f3de (patch) | |
tree | 67fa230dceee7f25a3bf78a91c3a242449265745 /rhino | |
parent | ea5ed93deb2964ce574ea360fd975dce7d9cc5e6 (diff) |
INTEGRATION: CWS rhino15r5 (1.3.40); FILE MERGED
2007/11/30 17:02:02 cmc 1.3.40.1: #i84133# update README
Diffstat (limited to 'rhino')
-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 |