build.properties revision 2997
395N/A#
2362N/A# Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
395N/A#
395N/A# Redistribution and use in source and binary forms, with or without
395N/A# modification, are permitted provided that the following conditions
395N/A# are met:
395N/A#
395N/A# - Redistributions of source code must retain the above copyright
395N/A# notice, this list of conditions and the following disclaimer.
395N/A#
395N/A# - Redistributions in binary form must reproduce the above copyright
395N/A# notice, this list of conditions and the following disclaimer in the
395N/A# documentation and/or other materials provided with the distribution.
395N/A#
395N/A# - Neither the name of Oracle nor the names of its
395N/A# contributors may be used to endorse or promote products derived
395N/A# from this software without specific prior written permission.
395N/A#
2362N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2362N/A# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
2362N/A# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
395N/A# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
395N/A# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
395N/A# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1571N/A# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
395N/A# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
395N/A# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
395N/A# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
395N/A# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
395N/A#
395N/A
395N/Aincludes=\
395N/A com/sun/jmx/ \
395N/A javax/management/ \
395N/A org/omg/stub/javax/management/
395N/A
395N/Aexcludes=\
395N/A com/sun/jmx/snmp/
395N/A
395N/Ajtreg.tests=\
395N/A com/sun/management/ \
395N/A java/lang/management/ \
395N/A javax/management/
395N/A
395N/Aproject.spec.version = JMX API 2.0
395N/A
395N/Ajar.jmx.name = jmx.jar
395N/Ajar.jmx.sealed = true
395N/Ajar.jmx.spec.title = JSR 003, 160, 255 - JMX API
395N/Ajar.jmx.spec.version = ${project.spec.version}
395N/Ajar.jmx.spec.vendor = Oracle Corporation
395N/Ajar.jmx.impl.title = JSR 003, 160, 255 - OpenJDK 7 JMX API
395N/Ajar.jmx.impl.vendor = Project OpenJDK
395N/A
1571N/Ajavadoc.options=-J-Xmx256m
395N/A