From 172d3a25dc5b7782475c23a08b0ee986a23c3524 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 29 Oct 2021 14:20:00 +0100 Subject: [PATCH] Bug 576957 - Incorrect javadoc links in doc.isv bundle Since fd9382d CDT has required Java 11, this change fixes the Javdoc shipped as part of the doc.isv bundle to link to Java 11 classes instead of Java 8 classes. Fixes the following warning seen during the build: "javadoc: warning The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module." Signed-off-by: Mat Booth Change-Id: I1d02742222686e3284bcc200fd6a5b4c3099695b --- doc/org.eclipse.cdt.doc.isv/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.isv/pom.xml b/doc/org.eclipse.cdt.doc.isv/pom.xml index 7dc396b14a3..7af1dcf34de 100644 --- a/doc/org.eclipse.cdt.doc.isv/pom.xml +++ b/doc/org.eclipse.cdt.doc.isv/pom.xml @@ -119,13 +119,13 @@ -windowtitle "Eclipse CDT API Specification" -doctitle "Eclipse CDT API Specification" - -link "https://docs.oracle.com/javase/8/docs/api/" + -link "https://docs.oracle.com/en/java/javase/11/docs/api/" -linkoffline ../../org.eclipse.platform.doc.isv/reference/api -public -header "Eclipse CDT 10.5.0" - -bottom "Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved." + -bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved." -tag 'noimplement:a:Restriction:' -tag 'noextend:a:Restriction:' -tag 'noreference:a:Restriction:'