1 annotation.processing.enabled=true
2 annotation.processing.enabled.in.editor=false
3 annotation.processing.run.all.processors=true
4 application.title=nekurak.net-lib
5 application.vendor=fiki
6 build.classes.dir=${build.dir}/classes
7 build.classes.excludes=**/*.java,**/*.form
8 # This directory is removed when the project is cleaned:
10 build.generated.dir=${build.dir}/generated
11 build.generated.sources.dir=${build.dir}/generated-sources
12 # Only compile against the classpath explicitly listed here:
13 build.sysclasspath=ignore
14 build.test.classes.dir=${build.dir}/test/classes
15 build.test.results.dir=${build.dir}/test/results
16 # Uncomment to specify the preferred debugger connection transport:
17 #debug.transport=dt_socket
20 debug.test.classpath=\
22 # This directory is removed when the project is cleaned:
24 dist.jar=${dist.dir}/nekurak.net-lib.jar
25 dist.javadoc.dir=${dist.dir}/javadoc
31 ${libs.javaee-api-6.0.classpath}
32 # Space-separated list of extra javac options
34 javac.deprecation=false
39 javac.test.classpath=\
41 ${build.classes.dir}:\
42 ${libs.junit_4.classpath}
43 javadoc.additionalparam=
45 javadoc.encoding=${source.encoding}
47 javadoc.nonavbar=false
50 javadoc.splitindex=true
54 meta.inf.dir=${src.dir}/META-INF
56 platform.active=default_platform
60 # Space-separated list of JVM arguments used when running the project
61 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
62 # or test-sys-prop.name=value to set system properties for unit tests):
65 ${javac.test.classpath}:\
66 ${build.test.classes.dir}