[7u4] Request to check in 7162440
Scott Kovatch
scott.kovatch at oracle.com
Thu Apr 19 13:00:45 PDT 2012
Hello,
This is a request to check in a fix for http://bugs.sun.com/view_bug.do?bug_id=7162440
This diff is very small, and just fixes a typo in Release-macosx.gmk
--- old/make/common/Release-macosx.gmk 2012-04-18 15:37:41.000000000 -0700
+++ new/make/common/Release-macosx.gmk 2012-04-18 15:37:40.000000000 -0700
@@ -35,8 +35,8 @@
MACOSX_SRC = $(JDK_TOPDIR)/src/macosx
BUNDLE_ID ?= net.java.openjdk
-BUNLDE_ID_JRE ?= $(BUNDLE_ID).jre
-BUNLDE_ID_JDK ?= $(BUNDLE_ID).jdk
+BUNDLE_ID_JRE ?= $(BUNDLE_ID).jre
+BUNDLE_ID_JDK ?= $(BUNDLE_ID).jdk
BUNDLE_NAME ?= OpenJDK $(JDK_MINOR_VERSION)
BUNDLE_NAME_JRE ?= $(BUNDLE_NAME)
This is needed to properly build an Oracle-branded JDK 7 with a unique bundle ID. The fix will need to propagate to 7u6 and 8.
http://cr.openjdk.java.net/~skovatch/7162440-open/webrev/
-- Scott K.
----------------------------------------
Scott Kovatch
scott.kovatch at oracle.com
Santa Clara/Pleasanton, CA
More information about the jdk7u-dev
mailing list