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.commons-beanutils-1.6.1.jar=lib/commons-beanutils-1.6.1.jar file.reference.commons-collections-3.1.jar=lib/commons-collections-3.1.jar file.reference.commons-lang-2.0.jar=lib/commons-lang-2.0.jar file.reference.commons-logging-1.0.3.jar=lib/commons-logging-1.0.3.jar file.reference.log4j-1.2.8.jar=lib/log4j-1.2.8.jar jar.compress=true javac.classpath=\ ${file.reference.commons-beanutils-1.6.1.jar};\ ${file.reference.commons-collections-3.1.jar};\ ${file.reference.commons-lang-2.0.jar};\ ${file.reference.commons-logging-1.0.3.jar} # 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= 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=\ ${file.reference.log4j-1.2.8.jar};\ ${javac.test.classpath};\ ${build.test.classes.dir} src.dir=src test.src.dir=test