7069993: Adjust make/jprt.properties file for jdk8 jdk8-b01

Fri, 22 Jul 2011 17:35:04 -0700

author
ohair
date
Fri, 22 Jul 2011 17:35:04 -0700
changeset 233
64df57a1edec
parent 232
47022a1b59be
child 234
1034127ed402

7069993: Adjust make/jprt.properties file for jdk8
Reviewed-by: katleman

make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Mon Jun 27 14:10:24 2011 -0700
     1.2 +++ b/make/jprt.properties	Fri Jul 22 17:35:04 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