make/build.properties

changeset 1
0961a4a21176
child 56
35c29ff8d904
child 63
605e1cdeba48
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/build.properties	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,46 @@
     1.4 +#
     1.5 +# Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Sun designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Sun in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.25 +# CA 95054 USA or visit www.sun.com if you need additional information or
    1.26 +# have any questions.
    1.27 +#
    1.28 +
    1.29 +# This is the JDK used to build and run the bootstrap version of javac.
    1.30 +# The bootstrap javac is used to compile both boostrap versions of the
    1.31 +# other tools, and product versions of all the tools.
    1.32 +# Override this path as needed, either on the command line or in 
    1.33 +# one of the standard user build.properties files (see build.xml)
    1.34 +
    1.35 +# options for the <javac> tasks used to compile the tools
    1.36 +javac.target = 5
    1.37 +javac.debug = true
    1.38 +javac.debuglevel = source,lines
    1.39 +javac.no.jdk.warnings = -XDignore.symbol.file=true
    1.40 +# set the following to -version to verify the versions of javac being used
    1.41 +javac.version.opt = 
    1.42 +# in time, there should be no exceptions to -Xlint:all
    1.43 +javac.lint.opts = -Xlint:all,-unchecked,-deprecation,-fallthrough,-cast,-serial -Werror
    1.44 +
    1.45 +# JVM memory size
    1.46 +javac.memoryInitialSize = 128m
    1.47 +javac.memoryMaximumSize = 256m
    1.48 +
    1.49 +#------------------------------------------------------------

mercurial