make/jprt.properties

changeset 1057
2d3096441387
parent 646
47e7ff871196
child 1156
4822dfe0922b
     1.1 --- a/make/jprt.properties	Thu Jun 30 14:19:25 2011 -0700
     1.2 +++ b/make/jprt.properties	Fri Jul 22 17:35:20 2011 -0700
     1.3 @@ -25,12 +25,23 @@
     1.4  
     1.5  # Properties for jprt
     1.6  
     1.7 -# Use whatever release that the submitted job requests
     1.8 -jprt.tools.default.release=${jprt.submit.release}
     1.9 +# The release to build
    1.10 +jprt.tools.default.release=jdk8
    1.11  
    1.12  # The different build flavors we want, we override here so we just get these 2
    1.13  jprt.build.flavors=product,fastdebug
    1.14  
    1.15 +# Standard list of jprt build targets for this source tree
    1.16 +jprt.build.targets= 						\
    1.17 +    solaris_sparc_5.10-{product|fastdebug}, 			\
    1.18 +    solaris_sparcv9_5.10-{product|fastdebug}, 			\
    1.19 +    solaris_i586_5.10-{product|fastdebug}, 			\
    1.20 +    solaris_x64_5.10-{product|fastdebug}, 			\
    1.21 +    linux_i586_2.6-{product|fastdebug}, 			\
    1.22 +    linux_x64_2.6-{product|fastdebug}, 				\
    1.23 +    windows_i586_5.1-{product|fastdebug}, 			\
    1.24 +    windows_x64_5.2-{product|fastdebug}
    1.25 +
    1.26  # Directories to be excluded from the source bundles
    1.27  jprt.bundle.exclude.src.dirs=build dist webrev
    1.28  

mercurial