# HG changeset patch # User ohair # Date 1323189561 28800 # Node ID e424ab0b2e00f6d64b28b938a8296639f87d1d1f # Parent 8556ecc20a5b32ae7f336ecf3c420d7feb88d323 7118095: Add macosx targets to make/jprt.properties file Reviewed-by: dholmes diff -r 8556ecc20a5b -r e424ab0b2e00 make/jprt.properties --- a/make/jprt.properties Tue Nov 22 15:09:16 2011 -0800 +++ b/make/jprt.properties Tue Dec 06 08:39:21 2011 -0800 @@ -25,12 +25,24 @@ # Properties for jprt -# Use whatever release that the submitted job requests -jprt.tools.default.release=${jprt.submit.release} +# Locked down to jdk7 +jprt.tools.default.release=jdk7 # The different build flavors we want, we override here so we just get these 2 jprt.build.flavors=product,fastdebug +# Standard list of jprt build targets for this source tree +jprt.build.targets= \ + solaris_sparc_5.10-{product|fastdebug}, \ + solaris_sparcv9_5.10-{product|fastdebug}, \ + solaris_i586_5.10-{product|fastdebug}, \ + 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} + # Directories to be excluded from the source bundles jprt.bundle.exclude.src.dirs=build dist webrev