# HG changeset patch # User sherman # Date 1358917326 28800 # Node ID 8209c91b751db146b5c1675f0d707e5a559b6d56 # Parent 2e12a508d7aeaa6850e27430aa727e378e8d2f5d 8003680: JSR 310 Date/Time API Summary: Integration of JSR310 Date/Time API for M6 Reviewed-by: alanb, naoto, dholmes Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, richard.warburton@gmail.com, misterm@gmail.com diff -r 2e12a508d7ae -r 8209c91b751d common/makefiles/javadoc/CORE_PKGS.gmk --- a/common/makefiles/javadoc/CORE_PKGS.gmk Sun Jan 20 23:35:25 2013 -0800 +++ b/common/makefiles/javadoc/CORE_PKGS.gmk Tue Jan 22 21:02:06 2013 -0800 @@ -127,6 +127,11 @@ java.sql \ java.text \ java.text.spi \ + java.time \ + java.time.temporal \ + java.time.calendar \ + java.time.format \ + java.time.zone \ java.util \ java.util.concurrent \ java.util.concurrent.atomic \ diff -r 2e12a508d7ae -r 8209c91b751d make/jprt.properties --- a/make/jprt.properties Sun Jan 20 23:35:25 2013 -0800 +++ b/make/jprt.properties Tue Jan 22 21:02:06 2013 -0800 @@ -92,6 +92,7 @@ ${jprt.my.test.target.set:TESTNAME=jdk_text}, \ ${jprt.my.test.target.set:TESTNAME=jdk_tools}, \ ${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_time}, \ ${jprt.my.test.target.set:TESTNAME=jdk_other} # All vm test targets (testset=all) diff -r 2e12a508d7ae -r 8209c91b751d test/Makefile --- a/test/Makefile Sun Jan 20 23:35:25 2013 -0800 +++ b/test/Makefile Tue Jan 22 21:02:06 2013 -0800 @@ -63,7 +63,8 @@ jdk_nio \ jdk_security1 \ jdk_text \ - jdk_util + jdk_util \ + jdk_time # These tests are not part of the default testing list JDK_NONDEFAULT_TEST_LIST = \