115N/A# Copyright (c) 2007, 2009, Oracle
and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A# This code is free software; you can redistribute it
and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
115N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
115N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
115N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
84N/A# Base locations where bundles are located
0N/A# This is the JDK used to build and run the bootstrap version of javac.
0N/A# The bootstrap javac is used to compile both boostrap versions of the
0N/A# other tools, and product versions of all the tools.
0N/A# Override this path as needed, either on the command line or in
94N/A# The
tools.jar is needed in the classpath to compile these sources
0N/A# options for the <javac> tasks used to compile the tools
0N/A# set the following to -version to verify the versions of javac being used
0N/A# in time, there should be no exceptions to -Xlint:all
0N/A#------------------------------------------------------------
84N/A# Root of output directories
84N/A# Distributed results
90N/A# Where all drop sources get placed when downloaded and unzipped
90N/A# Location if the sources were included already
84N/A# Where patches to drop bundle sources live
84N/A# Sanity information
123N/A# Failure messages when source cannot be found on the file system
123N/AHINT: Try setting
drops.dir to indicate where the bundles can be found, \
123N/A# Failure message when source cannot be downloaded
123N/AHINT: Try setting
drops.dir to indicate where the bundles can be found, \
123N/Aor try checking the URL with your browser.\
84N/A#------------------------------------------------------------