8007392: JSR 310: DateTime API Updates
authorsherman
Tue, 12 Feb 2013 09:27:48 -0800
changeset 15578 5c273462c053
parent 15577 0ed5f9a7f454
child 15579 41ae6f50d18d
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
common/makefiles/javadoc/CORE_PKGS.gmk
--- 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                           \