jaxws/make/jprt.properties
changeset 3885 90241d0c87b6
parent 2681 583fd6b10e17
child 5516 d5307370d017
equal deleted inserted replaced
3884:71dcdac53510 3885:90241d0c87b6
     1 #
     1 #
     2 # Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 2006-2009 Sun Microsystems, Inc.  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.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    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