build.properties revision 46
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Copyright 2007-2008 Sun Microsystems, Inc. All Rights Reserved.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# This code is free software; you can redistribute it and/or modify it
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# under the terms of the GNU General Public License version 2 only, as
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# published by the Free Software Foundation. Sun designates this
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# particular file as subject to the "Classpath" exception as provided
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# by Sun in the LICENSE file that accompanied this code.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# version 2 for more details (a copy is included in the LICENSE file that
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# accompanied this code).
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# You should have received a copy of the GNU General Public License version
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# have any questions.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# This is the JDK used to build and run the bootstrap version of javac.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# The bootstrap javac is used to compile both boostrap versions of the
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# other tools, and product versions of all the tools.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Override this path as needed, either on the command line or in
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# one of the standard user build.properties files (see build.xml)
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# This is the JDK used to run the product version of the tools,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# for example, for testing. If you're building a complete JDK, specify that.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Override this path as needed, either on the command line or in
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# one of the standard user build.properties files (see build.xml)
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Version info -- override as needed
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncmilestone = internal
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# FIXME -- these need to match the standard values
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# If we include date in full.version (ie for developer build)
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# we will need to make sure the build is idempotent (i.e.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# repeated builds don't rebuild the tools, because of new
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# timestamps
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# FIXME -- need to include openjdk as needed
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncrelease = ${jdk.version}-${milestone}
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncbootstrap.release = ${release}_bootstrap
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncbootstrap.full.version = ${bootstrap.release}-${build.number}
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# options for the <javac> tasks used to compile the tools
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# set the following to -version to verify the versions of javac being used
javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Language Specification, Third Edition</a>
javac.includes = \
javax/tools/ \
javac.tests = \
javadoc.includes = \
javadoc.tests = \
doclets.includes = \
doclets.tests = \
javah.includes = \
javah.tests = \
javap.includes = \
javap.tests = \
apt.includes = \
apt.tests = \