23 # questions. |
23 # questions. |
24 # |
24 # |
25 |
25 |
26 # Properties for jprt |
26 # Properties for jprt |
27 |
27 |
28 # The release to build |
28 # Locked down to jdk8 |
29 jprt.tools.default.release=jdk8 |
29 jprt.tools.default.release=jdk8 |
30 |
30 |
31 # The different build flavors we want, we override here so we just get these 2 |
31 # The different build flavors we want, we override here so we just get these 2 |
32 jprt.build.flavors=product,fastdebug |
32 jprt.build.flavors=product,fastdebug |
33 |
33 |
34 # Standard list of jprt build targets for this source tree |
34 # Standard list of jprt build targets for this source tree |
35 jprt.build.targets= \ |
35 jprt.build.targets= \ |
36 solaris_sparc_5.10-{product|fastdebug}, \ |
36 solaris_sparc_5.10-{product|fastdebug}, \ |
37 solaris_sparcv9_5.10-{product|fastdebug}, \ |
37 solaris_sparcv9_5.10-{product|fastdebug}, \ |
38 solaris_i586_5.10-{product|fastdebug}, \ |
38 solaris_i586_5.10-{product|fastdebug}, \ |
39 solaris_x64_5.10-{product|fastdebug}, \ |
39 solaris_x64_5.10-{product|fastdebug}, \ |
40 linux_i586_2.6-{product|fastdebug}, \ |
40 linux_i586_2.6-{product|fastdebug}, \ |
41 linux_x64_2.6-{product|fastdebug}, \ |
41 linux_x64_2.6-{product|fastdebug}, \ |
42 windows_i586_5.1-{product|fastdebug}, \ |
42 windows_i586_5.1-{product|fastdebug}, \ |
43 windows_x64_5.2-{product|fastdebug} |
43 windows_x64_5.2-{product|fastdebug} |
44 |
44 |
45 # Directories to be excluded from the source bundles |
45 # Directories to be excluded from the source bundles |
46 jprt.bundle.exclude.src.dirs=build dist webrev |
46 jprt.bundle.exclude.src.dirs=build dist webrev |
47 |
47 |