jaxws/make/jprt.properties
changeset 6339 f4ee8dbbce22
parent 5516 d5307370d017
child 10173 f8eee974ce44
equal deleted inserted replaced
6240:044d31b99ef5 6339:f4ee8dbbce22
     1 #
     1 #
     2 # Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    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 
    33 
    43 # Explicitly designate what the 32bit match is for the 64bit build
    34 # Directories to be excluded from the source bundles
    44 jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10
    35 jprt.bundle.exclude.src.dirs=build dist webrev
    45 jprt.solaris_sparcv9_5.10.build.platform.match32=solaris_sparc_5.10
       
    46 jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
       
    47 jprt.solaris_x64_5.10.build.platform.match32=solaris_i586_5.10
       
    48 
    36 
    49 # Standard list of jprt test targets for this workspace
       
    50 jprt.test.targets=
       
    51 
       
    52 # Directories needing to exclude from source bundles
       
    53 jprt.bundle.exclude.src.dirs=build dist
       
    54