Thanks. Turns out this breaks something in the install repo, so a fix needs to go in there, too. Once I get that sorted out I'll push this.
-- Scott K. On Apr 23, 2012, at 7:36 AM, Dalibor Topic wrote: > On 4/23/12 12:14 PM, Edvard Wendelin wrote: >> Approved. I guess you need an OpenJDK reviewer approval as well. > > Looks fine to me. > > cheers, > dalibor topic > >> >> Cheers, >> Edvard >> >> >> On 04/19/2012 10:00 PM, Scott Kovatch wrote: >>> 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 >>> [email protected] >>> Santa Clara/Pleasanton, CA >>> >>> > > > -- > Oracle <http://www.oracle.com> > Dalibor Topic | Principal Product Manager > Phone: +494089091214 <tel:+494089091214> | Mobile: +491737185961 > <tel:+491737185961> > Oracle Java Platform Group > > ORACLE Deutschland B.V. & Co. KG | Nagelsweg 55 | 20097 Hamburg > > ORACLE Deutschland B.V. & Co. KG > Hauptverwaltung: Riesstr. 25, D-80992 München > Registergericht: Amtsgericht München, HRA 95603 > Geschäftsführer: Jürgen Kunz > > Komplementärin: ORACLE Deutschland Verwaltung B.V. > Hertogswetering 163/167, 3543 AS Utrecht, Niederlande > Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 > Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher > > Green Oracle <http://www.oracle.com/commitment> Oracle is committed to > developing practices and products that help protect the environment
