summaryrefslogtreecommitdiff
path: root/rhino/README
diff options
context:
space:
mode:
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