1 application.title=JFTable
2 application.vendor=fiki
3 build.classes.dir=${build.dir}/classes
4 build.classes.excludes=**/*.java,**/*.form
5 # This directory is removed when the project is cleaned:
7 build.generated.dir=${build.dir}/generated
8 # Only compile against the classpath explicitly listed here:
9 build.sysclasspath=ignore
10 build.test.classes.dir=${build.dir}/test/classes
11 build.test.results.dir=${build.dir}/test/results
14 debug.test.classpath=\
16 # This directory is removed when the project is cleaned:
18 dist.jar=${dist.dir}/JFTable.jar
19 dist.javadoc.dir=${dist.dir}/javadoc
24 # Space-separated list of extra javac options
26 javac.deprecation=false
29 javac.test.classpath=\
31 ${build.classes.dir}:\
32 ${libs.junit.classpath}:\
33 ${libs.junit_4.classpath}
34 javadoc.additionalparam=
36 javadoc.encoding=${source.encoding}
38 javadoc.nonavbar=false
41 javadoc.splitindex=true
46 manifest.file=manifest.mf
47 meta.inf.dir=${src.dir}/META-INF
48 platform.active=default_platform
52 # Space-separated list of JVM arguments used when running the project
53 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
54 # or test-sys-prop.name=value to set system properties for unit tests):
57 ${javac.test.classpath}:\
58 ${build.test.classes.dir}