build.properties revision 449
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Copyright 2007-2009 Sun Microsystems, Inc. All Rights Reserved.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# This code is free software; you can redistribute it and/or modify it
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# under the terms of the GNU General Public License version 2 only, as
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# published by the Free Software Foundation. Sun designates this
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# particular file as subject to the "Classpath" exception as provided
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# by Sun in the LICENSE file that accompanied this code.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# This code is distributed in the hope that it will be useful, but WITHOUT
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# version 2 for more details (a copy is included in the LICENSE file that
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# accompanied this code).
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# You should have received a copy of the GNU General Public License version
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# 2 along with this work; if not, write to the Free Software Foundation,
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# CA 95054 USA or visit www.sun.com if you need additional information or
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# have any questions.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# This is the JDK used to build and run the bootstrap version of javac.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# The bootstrap javac is used to compile both boostrap versions of the
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# other tools, and product versions of all the tools.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Override this path as needed, either on the command line or in
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# one of the standard user build.properties files (see build.xml)
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# This is the JDK used to run the product version of the tools,
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# for example, for testing. If you're building a complete JDK, specify that.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Override this path as needed, either on the command line or in
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# one of the standard user build.properties files (see build.xml)
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# Version info -- override as needed
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grovemilestone = internal
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# FIXME -- these need to match the standard values
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# If we include date in full.version (ie for developer build)
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# we will need to make sure the build is idempotent (i.e.
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# repeated builds don't rebuild the tools, because of new
5f9cae5c825d76bdc95b78301e460a46ec5fbdf4Ryan Grove# FIXME -- need to include openjdk as needed
release = ${jdk.version}-${milestone}
bootstrap.release = ${release}_bootstrap
javac.source = 7
javac.target = 7
javac.debug = true
javac.debuglevel = source,lines
javac.lint.opts = -Xlint:all,-deprecation -Werror
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 = \
com/sun/tools/javac/nio/*.java
# in order to compile the files defined in ${require.import.jdk.files}
# generator were to be improved -- e.g. by removing unnecessary imports.
java/nio/file/**.java \
java/nio/file/attribute/**.java \
java/nio/file/spi/**.java \