351N/A# Copyright (c) 2007, 2010, Oracle
and/or its affiliates. All rights reserved.
351N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
761N/A# This code is free software; you can redistribute it
and/or modify it
761N/A# under the terms of the GNU General Public License version 2 only, as
351N/A# published by the Free Software Foundation. Oracle designates this
351N/A# particular file as subject to the "Classpath" exception as provided
351N/A# by Oracle in the LICENSE file that accompanied this code.
351N/A# This code is distributed in the hope that it will be useful, but WITHOUT
351N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
351N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
351N/A# version 2 for more details (a copy is included in the LICENSE file that
351N/A# accompanied this code).
351N/A# You should have received a copy of the GNU General Public License version
351N/A# 2 along with this work; if not, write to the Free Software Foundation,
351N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
351N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
351N/A# This is the JDK used to build and run the bootstrap version of javac.
351N/A# The bootstrap javac is used to compile both boostrap versions of the
351N/A# other tools, and product versions of all the tools.
351N/A# Override this path as needed, either on the command line or in
493N/A# options for the <javac> tasks used to compile the tools
351N/A# set the following to -version to verify the versions of javac being used
354N/A# in time, there should be no exceptions to -Xlint:all
351N/A#------------------------------------------------------------
493N/A# Root of output directories
#------------------------------------------------------------