From 8f0b6b73f083f41b157c99fdab3decb84ed0247a Mon Sep 17 00:00:00 2001 From: bpatel Date: Mon, 21 Jan 2013 00:31:34 -0500 Subject: [PATCH] 8006124: javadoc/doclet should be updated to support profiles Reviewed-by: jjg, dholmes --- make/docs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/docs/Makefile b/make/docs/Makefile index e181b66a4..16d1b007e 100644 --- a/make/docs/Makefile +++ b/make/docs/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -207,6 +207,7 @@ COMMON_JAVADOCFLAGS = \ -quiet \ -use \ -keywords \ + -Xprofilespath $(JDK_TOPDIR)/makefiles/profile-rtjar-includes.txt \ $(ADDITIONAL_JAVADOCFLAGS) ifdef OPENJDK -- GitLab