fe008ae27a
Reviewed-by: darcy, weijun
87 lines
2.8 KiB
Properties
87 lines
2.8 KiB
Properties
#
|
|
# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
# published by the Free Software Foundation. Oracle designates this
|
|
# particular file as subject to the "Classpath" exception as provided
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
|
#
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
# accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU General Public License version
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
#
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
# questions.
|
|
#
|
|
|
|
application.title=classanalyzer
|
|
application.vendor=mchung
|
|
build.classes.dir=${build.dir}/classes
|
|
build.classes.excludes=**/*.java,**/*.form
|
|
|
|
# This directory is removed when the project is cleaned:
|
|
build.dir=build
|
|
build.generated.dir=${build.dir}/generated
|
|
build.generated.sources.dir=${build.dir}/generated-sources
|
|
|
|
# Only compile against the classpath explicitly listed here:
|
|
build.sysclasspath=ignore
|
|
build.test.classes.dir=${build.dir}/test/classes
|
|
build.test.results.dir=${build.dir}/test/results
|
|
|
|
cp.extra=${tools.jar}
|
|
|
|
debug.classpath=\
|
|
${run.classpath}
|
|
debug.test.classpath=\
|
|
${run.test.classpath}
|
|
|
|
# This directory is removed when the project is cleaned:
|
|
dist.dir=dist
|
|
dist.jar=${dist.dir}/classanalyzer.jar
|
|
dist.javadoc.dir=${dist.dir}/javadoc
|
|
|
|
excludes=
|
|
|
|
file.reference.tools.jar=${jdk.home}/lib/tools.jar
|
|
file.reference.tools-src=src
|
|
includes=**
|
|
jar.compress=false
|
|
javac.classpath=\
|
|
${file.reference.tools.jar}
|
|
javac.deprecation=false
|
|
javac.source=1.5
|
|
javac.target=1.5
|
|
javac.test.classpath=
|
|
javadoc.author=false
|
|
javadoc.noindex=false
|
|
javadoc.nonavbar=false
|
|
javadoc.notree=false
|
|
javadoc.private=false
|
|
javadoc.splitindex=false
|
|
javadoc.use=false
|
|
javadoc.version=false
|
|
main.class=com.sun.classanalyzer.ClassAnalyzer
|
|
manifest.file=manifest.mf
|
|
meta.inf.dir=${src.dir}/META-INF
|
|
platform.active=JDK_1.6
|
|
run.classpath=\
|
|
${javac.classpath}:\
|
|
${build.classes.dir}
|
|
# Space-separated list of JVM arguments used when running the project
|
|
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
|
|
# or test-sys-prop.name=value to set system properties for unit tests):
|
|
run.jvmargs=-Xmx256m
|
|
run.test.classpath=
|
|
source.encoding=UTF-8
|
|
src.dir=${file.reference.tools-src}
|