office-gobmx/external/rhino
Fridrich Štrba dbfa56584c Fix build with Java 8
Unlike later versions of Java, JDK 8 does not create the last
directory segment pointed by the -d option, even if the other
segments exist. So, create the "content" segment too and allow
building with Java 8.

Change-Id: Ie7ee75ca311270e02a3e1b6b5eeb28b5a1ccdad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169477
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-07-26 13:08:47 +02:00
..
ExternalPackage_rhino.mk Update to latest Rhino 1.7.14 2024-04-02 18:56:13 +02:00
ExternalProject_rhino.mk Fix build with Java 8 2024-07-26 13:08:47 +02:00
filelist.txt Rhino: upgrade to 1.7.15 2024-07-16 10:23:14 +02:00
Makefile fdo#70393: move rhino to a subdir of external 2013-11-04 02:45:23 -06:00
Module_rhino.mk fdo#70393: move rhino to a subdir of external 2013-11-04 02:45:23 -06:00
README clean up after removal of patched rhino 2024-04-08 10:48:19 +02:00
UnpackedTarball_rhino.mk Update to latest Rhino 1.7.14 2024-04-02 18:56:13 +02:00

JavaScript engine/interpreter written in Java, used to provide JavaScript extensions.

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]).