summaryrefslogtreecommitdiff
path: root/rhino/README
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-11-28 14:11:52 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-11-28 14:11:52 +0000
commitbabff10c4f33803030aca35e2bd82dd6c657c624 (patch)
tree5d48e637f329e4c7df540c9e016b8f50a2a21a98 /rhino/README
parent1d704138545c3ed840976c320067f029076788ab (diff)
#i16574# - Add Rhino and BeanShell jar files to OpenOffice.org external
project. A modified Main.java source file is included for Rhino which is rebuilt and repackaged into the Rhino jar file.
Diffstat (limited to 'rhino/README')
-rwxr-xr-xrhino/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/rhino/README b/rhino/README
new file mode 100755
index 000000000000..6ab0cbdcf735
--- /dev/null
+++ b/rhino/README
@@ -0,0 +1,12 @@
+The Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
+JavaScript interpreter, available under the Mozilla Public License
+(http://www.mozilla.org/MPL/MPL-1.1.html).
+
+In addition, to support the debugging of scripts contained in OpenOffice.org
+documents, we have modified the Java source file Main.java.
+
+The modified source code is rebuilt and repackaged in the Rhino js.jar file
+before being deliver to the OpenOffice.org solver. The modified source is
+also available from the OpenOffice.org website at:
+
+http://framework.openoffice.org/source/browse/framework/scripting/examples/java/debugger/rhino/Main.java