[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - odk/CustomTarget_javadoc.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 28 11:17:25 UTC 2019
odk/CustomTarget_javadoc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0de21adc9071c5420d3144cb44c0b7857a5c3efd
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
AuthorDate: Thu Jan 24 15:58:57 2019 +0100
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Jan 28 12:17:03 2019 +0100
Fix build with recent jdk 11.0.2
Change-Id: I0ee68e087e3973b6a148f9bfefc16581606d6568
Reviewed-on: https://gerrit.libreoffice.org/66898
Tested-by: Jenkins
Reviewed-by: Rene Engelhard <rene at debian.org>
Tested-by: Rene Engelhard <rene at debian.org>
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/odk/CustomTarget_javadoc.mk b/odk/CustomTarget_javadoc.mk
index a8f83dcd83c6..9bc62e0887d2 100644
--- a/odk/CustomTarget_javadoc.mk
+++ b/odk/CustomTarget_javadoc.mk
@@ -32,7 +32,7 @@ $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt : \
$(call gb_Jar_get_target,ridl)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JDC,1)
$(call gb_Helper_abbreviate_dirs,\
- $(JAVADOC) -J-Xmx120m -use -splitindex \
+ $(JAVADOC) -source $(JAVA_SOURCE_VER) -J-Xmx120m -use -splitindex \
-windowtitle "Java UNO Runtime Reference" \
-header "$(PRODUCTNAME) $(PRODUCTVERSION) SDK Java API Reference"\
-tag attention:a:"Attention:" \
More information about the Libreoffice-commits
mailing list