# HG changeset patch # User sherman # Date 1360690068 28800 # Node ID 5c273462c05357cb0cce83dc89d3a6a38cb9adc9 # Parent 0ed5f9a7f4542bab4e5d0efaeb6f6f3f79e78feb 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 diff -r 0ed5f9a7f454 -r 5c273462c053 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 \