93 lines
3.2 KiB
Properties
93 lines
3.2 KiB
Properties
|
#
|
||
|
# Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
|
||
|
#
|
||
|
# Redistribution and use in source and binary forms, with or without
|
||
|
# modification, are permitted provided that the following conditions
|
||
|
# are met:
|
||
|
#
|
||
|
# - Redistributions of source code must retain the above copyright
|
||
|
# notice, this list of conditions and the following disclaimer.
|
||
|
#
|
||
|
# - Redistributions in binary form must reproduce the above copyright
|
||
|
# notice, this list of conditions and the following disclaimer in the
|
||
|
# documentation and/or other materials provided with the distribution.
|
||
|
#
|
||
|
# - Neither the name of Sun Microsystems nor the names of its
|
||
|
# contributors may be used to endorse or promote products derived
|
||
|
# from this software without specific prior written permission.
|
||
|
#
|
||
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||
|
# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||
|
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||
|
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
||
|
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||
|
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||
|
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||
|
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
#
|
||
|
|
||
|
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}
|