equal
deleted
inserted
replaced
32 solaris_sparcv9_5.10,\ |
32 solaris_sparcv9_5.10,\ |
33 solaris_i586_5.10,\ |
33 solaris_i586_5.10,\ |
34 solaris_x64_5.10,\ |
34 solaris_x64_5.10,\ |
35 linux_i586_2.6,\ |
35 linux_i586_2.6,\ |
36 linux_x64_2.6,\ |
36 linux_x64_2.6,\ |
37 windows_i586,\ |
37 windows_i586_5.0,\ |
38 windows_x64 |
38 windows_x64_5.2 |
39 |
39 |
40 # The different build flavors we want |
40 # The different build flavors we want |
41 jprt.build.flavors=product,fastdebug |
41 jprt.build.flavors=product,fastdebug |
42 |
42 |
43 # Explicitly designate what the 32bit match is for the 64bit build |
43 # Explicitly designate what the 32bit match is for the 64bit build |
47 jprt.solaris_x64_5.10.build.platform.match32=solaris_i586_5.10 |
47 jprt.solaris_x64_5.10.build.platform.match32=solaris_i586_5.10 |
48 |
48 |
49 # Standard list of jprt test targets for this workspace |
49 # Standard list of jprt test targets for this workspace |
50 jprt.test.targets= |
50 jprt.test.targets= |
51 |
51 |
52 # Directories needed to build |
52 # Directories needing to exclude from source bundles |
53 jprt.bundle.src.dirs=make src |
|
54 jprt.bundle.exclude.src.dirs=build dist |
53 jprt.bundle.exclude.src.dirs=build dist |
55 |
54 |