Some minor refactoring and formatting.
[scd.git] / nbproject / project.properties
blobd1220b7a71524f706802635c692717c904d7eedc
1 build.classes.dir=${build.dir}/classes
2 build.classes.excludes=**/*.java,**/*.form,**/*.scala
3 # This directory is removed when the project is cleaned:
4 build.dir=build
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
10 debug.classpath=\
11     ${run.classpath}
12 debug.test.classpath=\
13     ${run.test.classpath}
14 # This directory is removed when the project is cleaned:
15 dist.dir=dist
16 dist.jar=${dist.dir}/Scalable_Dynamics.jar
17 dist.javadoc.dir=${dist.dir}/javadoc
18 excludes=
19 file.reference.sd-src=src
20 file.reference.sd-test=test
21 includes=**
22 jar.compress=false
23 java.platform.active=java_default_platform
24 javac.classpath=
25 # Space-separated list of extra javac options
26 javac.compilerargs=
27 javac.deprecation=false
28 javac.source=1.5
29 javac.target=1.5
30 javac.test.classpath=\
31     ${javac.classpath}:\
32     ${build.classes.dir}:\
33     ${libs.junit.classpath}:\
34     ${libs.junit_4.classpath}
35 javadoc.additionalparam=
36 javadoc.author=false
37 javadoc.encoding=${source.encoding}
38 javadoc.noindex=false
39 javadoc.nonavbar=false
40 javadoc.notree=false
41 javadoc.private=false
42 javadoc.splitindex=true
43 javadoc.use=true
44 javadoc.version=false
45 javadoc.windowtitle=
46 main.class=
47 manifest.file=manifest.mf
48 meta.inf.dir=${src.dir}/META-INF
49 platform.active=default_platform
50 run.classpath=\
51     ${javac.classpath}:\
52     ${build.classes.dir}
53 # Space-separated list of JVM arguments used when running the project
54 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
55 # or test-sys-prop.name=value to set system properties for unit tests):
56 run.jvmargs=
57 run.test.classpath=\
58     ${javac.test.classpath}:\
59     ${build.test.classes.dir}
60 source.encoding=UTF-8
61 src.dir=${file.reference.sd-src}
62 test.src.dir=${file.reference.sd-test}