8003680: JSR 310 Date/Time API
authorsherman
Tue, 22 Jan 2013 21:02:06 -0800
changeset 15173 b4b4893c6b4d
parent 15172 ddb13fe8f537
child 15174 461e64b5b128
child 21148 56d120d0c2b7
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
common/makefiles/javadoc/CORE_PKGS.gmk
make/jprt.properties
test/Makefile
--- 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                    \
--- 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)
--- 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 = \