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 |
|
45 # Test target list (no fastdebug & limited c2 testing) |
|
46 jprt.my.test.target.set= \ |
|
47 solaris_sparc_5.10-product-c1-TESTNAME, \ |
|
48 solaris_sparcv9_5.10-product-c2-TESTNAME, \ |
|
49 solaris_i586_5.10-product-c1-TESTNAME, \ |
|
50 solaris_x64_5.10-product-c2-TESTNAME, \ |
|
51 linux_i586_2.6-product-{c1|c2}-TESTNAME, \ |
|
52 linux_x64_2.6-product-c2-TESTNAME, \ |
|
53 windows_i586_5.1-product-c1-TESTNAME, \ |
|
54 windows_x64_5.2-product-c2-TESTNAME |
|
55 |
|
56 # Default test targets |
|
57 jprt.make.rule.test.targets= \ |
|
58 ${jprt.my.test.target.set:TESTNAME=jtreg} |
44 |
59 |
45 # Directories to be excluded from the source bundles |
60 # Directories to be excluded from the source bundles |
46 jprt.bundle.exclude.src.dirs=build dist webrev |
61 jprt.bundle.exclude.src.dirs=build dist webrev |
47 |
62 |