1 build.classes.dir=${build.dir}/classes
2 build.classes.excludes=**/*.java,**/*.form
3 # This directory is removed when the project is cleaned:
5 build.generated.dir=${build.dir}/generated
6 # Only compile against the classpath explicitly listed here:
7 build.sysclasspath=ignore
8 build.test.classes.dir=${build.dir}/test/classes
9 build.test.results.dir=${build.dir}/test/results
12 debug.test.classpath=\
14 # This directory is removed when the project is cleaned:
16 dist.jar=${dist.dir}/JFTable.jar
17 dist.javadoc.dir=${dist.dir}/javadoc
22 # Space-separated list of extra javac options
24 javac.deprecation=false
27 javac.test.classpath=\
29 ${build.classes.dir}:\
30 ${libs.junit.classpath}:\
31 ${libs.junit_4.classpath}
32 javadoc.additionalparam=
34 javadoc.encoding=${source.encoding}
36 javadoc.nonavbar=false
39 javadoc.splitindex=true
44 manifest.file=manifest.mf
45 meta.inf.dir=${src.dir}/META-INF
46 platform.active=default_platform
50 # Space-separated list of JVM arguments used when running the project
51 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
52 # or test-sys-prop.name=value to set system properties for unit tests):
55 ${javac.test.classpath}:\
56 ${build.test.classes.dir}