jprt.properties revision 0:cfeea66a3fa8
11412Ssundar#
21412Ssundar# Copyright 2006-2007 Sun Microsystems, Inc.  All Rights Reserved.
31412Ssundar# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41412Ssundar#
51412Ssundar# This code is free software; you can redistribute it and/or modify it
61412Ssundar# under the terms of the GNU General Public License version 2 only, as
71412Ssundar# published by the Free Software Foundation.  Sun designates this
81412Ssundar# particular file as subject to the "Classpath" exception as provided
91412Ssundar# by Sun in the LICENSE file that accompanied this code.
101412Ssundar#
111412Ssundar# This code is distributed in the hope that it will be useful, but WITHOUT
121412Ssundar# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
131412Ssundar# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
141412Ssundar# version 2 for more details (a copy is included in the LICENSE file that
151412Ssundar# accompanied this code).
161412Ssundar#
171412Ssundar# You should have received a copy of the GNU General Public License version
181412Ssundar# 2 along with this work; if not, write to the Free Software Foundation,
191412Ssundar# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
201412Ssundar#
211412Ssundar# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
221412Ssundar# CA 95054 USA or visit www.sun.com if you need additional information or
231412Ssundar# have any questions.
241412Ssundar#
251412Ssundar
261412Ssundar# Properties for jprt
271412Ssundarjprt.tools.default.release=jdk1.7.0
281412Ssundar
291412Ssundar# Specific platform list
301412Ssundarjprt.build.platforms=\
311412Ssundarsolaris_sparc_5.10,\
321412Ssundarsolaris_sparcv9_5.10,\
331412Ssundarsolaris_i586_5.10,\
341412Ssundarsolaris_x64_5.10,\
351412Ssundarlinux_i586,\
361412Ssundarlinux_x64,\
371412Ssundarwindows_i586,\
381412Ssundarwindows_x64
391412Ssundar
401412Ssundar# The different build flavors we want
411412Ssundarjprt.build.flavors=product,fastdebug
421412Ssundarjprt.run.flavors=c1,c2
431412Ssundarjprt.solaris_sparcv9.run.flavors=c2
441412Ssundarjprt.solaris_x64.run.flavors=c2
451412Ssundarjprt.windows_x64.run.flavors=c2
461412Ssundarjprt.linux_x64.run.flavors=c2
471412Ssundarjprt.run.flavor.c1.option=-client
481412Ssundarjprt.run.flavor.c2.option=-server
491412Ssundar
50# Explicitly designate what the 32bit match is for the 64bit build
51jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10
52jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
53
54# Standard list of jprt test targets for this workspace
55jprt.test.targets=*-*-*-jvm98
56
57