# HG changeset patch # User michaelm # Date 1331065563 0 # Node ID 5600254058a16b91dbe9466df40fd41449cd75bf # Parent 88b85470e72ce48515c802d2158f61cad198b935 7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman , Alexander Potochkin , Alexander Zuev , Andrew Brygin , Artem Ananiev , Alex Strange , Bino George , Christine Lu , David Katleman , David Durrence , Dmitry Cherepanov , Greg Lewis , Kevin Miller , Kurt Miller , Landon Fuller , Leonid Romanov , Loefty Walkowiak , Mark Reinhold , Naoto Sato , Philip Race , Roger Hoover , Scott Kovatch , Sergey ByloKhov , Mike Swingler , Tomas Hurka diff -r 88b85470e72c -r 5600254058a1 .hgignore --- a/.hgignore Fri Feb 24 18:22:57 2012 -0800 +++ b/.hgignore Tue Mar 06 20:26:03 2012 +0000 @@ -5,3 +5,4 @@ ^webrev/ /nbproject/private/ ^.hgtip +.DS_Store diff -r 88b85470e72c -r 5600254058a1 make/jprt.properties --- a/make/jprt.properties Fri Feb 24 18:22:57 2012 -0800 +++ b/make/jprt.properties Tue Mar 06 20:26:03 2012 +0000 @@ -39,6 +39,7 @@ solaris_x64_5.10-{product|fastdebug}, \ linux_i586_2.6-{product|fastdebug}, \ linux_x64_2.6-{product|fastdebug}, \ + macosx_x64_10.7-{product|fastdebug}, \ windows_i586_5.1-{product|fastdebug}, \ windows_x64_5.2-{product|fastdebug}