changeset 668:fdb1e09519ed

8007392: JSR 310: DateTime API Updates Summary: Integration of JSR310 Date/Time API for M7 Reviewed-by: darcy, alanb, naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
author sherman
date Tue, 12 Feb 2013 09:27:48 -0800
parents 7817368287cd
children 76808fb4194a
files common/makefiles/javadoc/CORE_PKGS.gmk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/javadoc/CORE_PKGS.gmk	Wed Feb 06 11:12:46 2013 -0800
+++ b/common/makefiles/javadoc/CORE_PKGS.gmk	Tue Feb 12 09:27:48 2013 -0800
@@ -128,9 +128,9 @@
   java.text                                      \
   java.text.spi                                  \
   java.time                                      \
+  java.time.chrono                               \
+  java.time.format                               \
   java.time.temporal                             \
-  java.time.calendar                             \
-  java.time.format                               \
   java.time.zone                                 \
   java.util                                      \
   java.util.concurrent                           \