From e7cdd4a93aad2177bc5a0e876587ed2dae6bd530 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 12 Feb 2013 09:27:48 -0800 Subject: [PATCH] 8007392: JSR 310: DateTime API Updates Integration of JSR310 Date/Time API for M7 Co-authored-by: Roger Riggs Co-authored-by: Masayoshi Okutsu Co-authored-by: Patrick Zhang Reviewed-by: darcy, alanb, naoto --- common/makefiles/javadoc/CORE_PKGS.gmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/makefiles/javadoc/CORE_PKGS.gmk b/common/makefiles/javadoc/CORE_PKGS.gmk index b91aae1b650..43c7a274818 100644 --- a/common/makefiles/javadoc/CORE_PKGS.gmk +++ b/common/makefiles/javadoc/CORE_PKGS.gmk @@ -128,9 +128,9 @@ CORE_PKGS = \ java.text \ java.text.spi \ java.time \ - java.time.temporal \ - java.time.calendar \ + java.time.chrono \ java.time.format \ + java.time.temporal \ java.time.zone \ java.util \ java.util.concurrent \