build.properties revision 608
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# This code is free software; you can redistribute it and/or modify it
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# under the terms of the GNU General Public License version 2 only, as
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# published by the Free Software Foundation. Oracle designates this
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# particular file as subject to the "Classpath" exception as provided
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# by Oracle in the LICENSE file that accompanied this code.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# This code is distributed in the hope that it will be useful, but WITHOUT
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# version 2 for more details (a copy is included in the LICENSE file that
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# accompanied this code).
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# You should have received a copy of the GNU General Public License version
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# 2 along with this work; if not, write to the Free Software Foundation,
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# or visit www.oracle.com if you need additional information or have any
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# This is the JDK used to build and run the bootstrap version of javac.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# The bootstrap javac is used to compile both boostrap versions of the
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# other tools, and product versions of all the tools.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Override this path as needed, either on the command line or in
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# one of the standard user build.properties files (see build.xml)
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# This is the JDK used to run the product version of the tools,
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# for example, for testing. If you're building a complete JDK, specify that.
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Override this path as needed, either on the command line or in
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# one of the standard user build.properties files (see build.xml)
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrens# Version info -- override as needed
45818ee124adeaaf947698996b4f4c722afc6d1fMatthew Ahrensmilestone = internal
# If we include date in full.version (ie for developer build)
# we will need to make sure the build is idempotent (i.e.
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 = \
# The API can be provided by using a suitable boot.java.home
# or by setting import.jdk
com/sun/tools/javac/nio/*.java
# in order to compile the files defined in ${require.latest.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 \