blob: 82e900aaae247835bda90339181ad9882ae26389 [file] [log] [blame]
application.args=
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
# 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
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}/yajcache.jar
dist.javadoc.dir=${dist.dir}/javadoc
file.reference.log4j-1.2.9.jar=lib/log4j-1.2.9.jar
jar.compress=true
javac.classpath=\
${libs.yajcache.classpath}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:unchecked
javac.deprecation=true
javac.source=1.5
javac.target=1.5
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit.classpath}
javadoc.author=true
javadoc.encoding=
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=true
javadoc.splitindex=true
javadoc.use=true
javadoc.version=true
javadoc.windowtitle=
# Property libs.yajcache.classpath is set here just to make sharing of project simpler.
# The library definition has always preference over this property.
libs.yajcache.classpath=lib/commons-beanutils-core-1.7.0.jar;lib/commons-collections-3.1.jar;lib/commons-lang-2.0.jar;lib/commons-logging-1.0.3.jar;lib/junit-3.8.1.jar
platform.active=Java_HotSpot_TM__Client_VM_1.5.0_01-b08
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=
run.test.classpath=\
${javac.test.classpath};\
${file.reference.log4j-1.2.9.jar};\
${build.test.classes.dir}
src.dir=src
test.src.dir=test