-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b01
The following change is required after the removal of the Java EE and CORBA modules:
hg diff make/Docs.gmk
diff -r 345f41527dcc make/Docs.gmk
--- a/make/Docs.gmk Thu Feb 08 15:35:49 2018 +0100
+++ b/make/Docs.gmk Tue Feb 13 14:31:36 2018 -0500
@@ -445,9 +445,9 @@
################################################################################
# Setup generation of the Java SE API documentation (javadoc + modulegraph)
-# The Java SE module scope is just java.se.ee and its transitive indirect
+# The Java SE module scope is just java.se and its transitive indirect
# exports.
-JAVASE_MODULES := java.se.ee
+JAVASE_MODULES := java.se
$(eval $(call SetupApiDocsGeneration, JAVASE_API, \
MODULES := $(JAVASE_MODULES), \
hg diff make/Docs.gmk
diff -r 345f41527dcc make/Docs.gmk
--- a/make/Docs.gmk Thu Feb 08 15:35:49 2018 +0100
+++ b/make/Docs.gmk Tue Feb 13 14:31:36 2018 -0500
@@ -445,9 +445,9 @@
################################################################################
# Setup generation of the Java SE API documentation (javadoc + modulegraph)
-# The Java SE module scope is just java.se.ee and its transitive indirect
+# The Java SE module scope is just java.se and its transitive indirect
# exports.
-JAVASE_MODULES := java.se.ee
+JAVASE_MODULES := java.se
$(eval $(call SetupApiDocsGeneration, JAVASE_API, \
MODULES := $(JAVASE_MODULES), \