make/jprt.properties

changeset 208
d6ea39e0d3eb
parent 182
412712f77af6
child 225
27d945094f81
equal deleted inserted replaced
206:140fdef4ddf5 208:d6ea39e0d3eb
22 # or visit www.oracle.com if you need additional information or have any 22 # or visit www.oracle.com if you need additional information or have any
23 # questions. 23 # questions.
24 # 24 #
25 25
26 # Properties for jprt 26 # Properties for jprt
27 jprt.tools.default.release=jdk1.7.0
28 27
29 # Specific platform list 28 # Use whatever release that the submitted job requests
30 jprt.build.platforms= \ 29 jprt.tools.default.release=${jprt.submit.release}
31 solaris_sparc_5.10, \
32 solaris_sparcv9_5.10, \
33 solaris_i586_5.10, \
34 solaris_x64_5.10, \
35 linux_i586_2.6, \
36 linux_x64_2.6, \
37 windows_i586_5.0, \
38 windows_x64_5.2
39 30
40 # The different build flavors we want 31 # The different build flavors we want, we override here so we just get these 2
41 jprt.build.flavors=product,fastdebug 32 jprt.build.flavors=product,fastdebug
42 jprt.run.flavors=c1,c2
43 jprt.solaris_sparcv9.run.flavors=c2
44 jprt.solaris_x64.run.flavors=c2
45 jprt.windows_x64.run.flavors=c2
46 jprt.linux_x64.run.flavors=c2
47 jprt.run.flavor.c1.option=-client
48 jprt.run.flavor.c2.option=-server
49
50 # Explicitly designate what the 32bit match is for the 64bit build
51 jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10
52 jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
53 33
54 # Shortened list of vm tests 34 # Shortened list of vm tests
55 jprt.test.targets= \ 35 jprt.test.targets= \
56 *-product-*-jvm98, \ 36 *-product-*-jvm98, \
57 *-product-*-scimark, \ 37 *-product-*-scimark, \
87 # Not Ready Yet: 67 # Not Ready Yet:
88 # *-product-*-jdk_awt 68 # *-product-*-jdk_awt
89 # *-product-*-jdk_rmi 69 # *-product-*-jdk_rmi
90 # *-product-*-jdk_swing 70 # *-product-*-jdk_swing
91 71
92 # Directories to be excluded from source bundles 72 # Directories to be excluded from the source bundles
93 jprt.bundle.exclude.src.dirs=build dist webrev 73 jprt.bundle.exclude.src.dirs=build dist webrev
94 74
75

mercurial