build.properties revision 0
70N/A#
70N/A# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
1276N/A#
70N/A# Redistribution and use in source and binary forms, with or without
1377N/A# modification, are permitted provided that the following conditions
70N/A# are met:
70N/A#
919N/A# - Redistributions of source code must retain the above copyright
919N/A# notice, this list of conditions and the following disclaimer.
919N/A#
919N/A# - Redistributions in binary form must reproduce the above copyright
919N/A# notice, this list of conditions and the following disclaimer in the
919N/A# documentation and/or other materials provided with the distribution.
919N/A#
919N/A# - Neither the name of Sun Microsystems nor the names of its
919N/A# contributors may be used to endorse or promote products derived
919N/A# from this software without specific prior written permission.
919N/A#
919N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
919N/A# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
919N/A# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
919N/A# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
919N/A# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
919N/A# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
70N/A# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
70N/A# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
70N/A# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
70N/A# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
493N/A# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70N/A#
70N/A
1408N/Aincludes=\
70N/A java/util/jar/ \
911N/A java/util/zip/ \
1408N/A sun/tools/jar/ \
1408N/A com/sun/java/util/jar/pack/
1408N/Aexcludes=\
911N/A sun/tools/jar/resources/
70N/Ajtreg.tests=\
1408N/A tools/jar/ \
70N/A java/util/jar/ \
70N/A java/util/zip/
70N/Ajavadoc.packagenames=\
70N/A sun.tools.jar.*
70N/Ajavadoc.options=-J-Xmx256m
70N/Ause.make=true
493N/A