.hgignore

Mon, 16 Apr 2012 17:10:35 -0400

author
jmelvin
date
Mon, 16 Apr 2012 17:10:35 -0400
changeset 354
c6c0b1047985
parent 340
f7718662741d
child 748
6845b95cba6b
permissions
-rw-r--r--

7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman

duke@1 1 ^build/
duke@1 2 ^dist/
ohair@132 3 /nbproject/private/
ohair@269 4 ^.hgtip
michaelm@340 5 .DS_Store

mercurial