make/jprt.properties

changeset 293
949fb60ca830
parent 189
3821536d79ab
child 321
75529c21094f
equal deleted inserted replaced
292:97014e43181f 293:949fb60ca830
23 # questions. 23 # questions.
24 # 24 #
25 25
26 # Properties for jprt 26 # Properties for jprt
27 27
28 # Use whatever release that the submitted job requests 28 # The release to build
29 jprt.tools.default.release=${jprt.submit.release} 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
35 jprt.build.targets= \
36 solaris_sparc_5.10-{product|fastdebug}, \
37 solaris_sparcv9_5.10-{product|fastdebug}, \
38 solaris_i586_5.10-{product|fastdebug}, \
39 solaris_x64_5.10-{product|fastdebug}, \
40 linux_i586_2.6-{product|fastdebug}, \
41 linux_x64_2.6-{product|fastdebug}, \
42 windows_i586_5.1-{product|fastdebug}, \
43 windows_x64_5.2-{product|fastdebug}
44
34 # Directories to be excluded from the source bundles 45 # Directories to be excluded from the source bundles
35 jprt.bundle.exclude.src.dirs=build dist webrev 46 jprt.bundle.exclude.src.dirs=build dist webrev
36 47

mercurial