7119829: Adjust default jprt testing configuration

Mon, 12 Dec 2011 08:13:56 -0800

author
ohair
date
Mon, 12 Dec 2011 08:13:56 -0800
changeset 263
6d2030eacdac
parent 262
6d622b1b4db0
child 264
b2e4ab8b5fa3

7119829: Adjust default jprt testing configuration
Reviewed-by: alanb

make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Mon Dec 12 08:13:22 2011 -0800
     1.2 +++ b/make/jprt.properties	Mon Dec 12 08:13:56 2011 -0800
     1.3 @@ -25,21 +25,21 @@
     1.4  
     1.5  # Properties for jprt
     1.6  
     1.7 -# The release to build
     1.8 +# Locked down to jdk8
     1.9  jprt.tools.default.release=jdk8
    1.10  
    1.11  # The different build flavors we want, we override here so we just get these 2
    1.12  jprt.build.flavors=product,fastdebug
    1.13  
    1.14  # Standard list of jprt build targets for this source tree
    1.15 -jprt.build.targets= 						\
    1.16 -    solaris_sparc_5.10-{product|fastdebug}, 			\
    1.17 -    solaris_sparcv9_5.10-{product|fastdebug}, 			\
    1.18 -    solaris_i586_5.10-{product|fastdebug}, 			\
    1.19 -    solaris_x64_5.10-{product|fastdebug}, 			\
    1.20 -    linux_i586_2.6-{product|fastdebug}, 			\
    1.21 -    linux_x64_2.6-{product|fastdebug}, 				\
    1.22 -    windows_i586_5.1-{product|fastdebug}, 			\
    1.23 +jprt.build.targets=                                             \
    1.24 +    solaris_sparc_5.10-{product|fastdebug},                     \
    1.25 +    solaris_sparcv9_5.10-{product|fastdebug},                   \
    1.26 +    solaris_i586_5.10-{product|fastdebug},                      \
    1.27 +    solaris_x64_5.10-{product|fastdebug},                       \
    1.28 +    linux_i586_2.6-{product|fastdebug},                         \
    1.29 +    linux_x64_2.6-{product|fastdebug},                          \
    1.30 +    windows_i586_5.1-{product|fastdebug},                       \
    1.31      windows_x64_5.2-{product|fastdebug}
    1.32  
    1.33  # Directories to be excluded from the source bundles

mercurial