Pushed version in title bar to 0.3.
[kong.git] / nbproject / project.properties
blobc1d4c9925a52b270f4d755dcc06fb63c7bf1ff57
1 application.title=Pong
2 application.vendor=hanno
3 build.classes.dir=${build.dir}/classes
4 build.classes.excludes=**/*.java,**/*.form,**/*.scala
5 # This directory is removed when the project is cleaned:
6 build.dir=build
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
12 debug.classpath=\
13     ${run.classpath}
14 debug.test.classpath=\
15     ${run.test.classpath}
16 # This directory is removed when the project is cleaned:
17 dist.dir=dist
18 dist.jar=${dist.dir}/Kong.jar
19 dist.javadoc.dir=${dist.dir}/javadoc
20 excludes=
21 file.reference.phys2d-060408.jar=/home/hanno/projects/kong/lib/phys2d-060408.jar
22 file.reference.PiccoInput.jar=/home/hanno/projects/kong/lib/PiccoInput.jar
23 file.reference.piccolo.jar=/home/hanno/projects/kong/lib/piccolo.jar
24 file.reference.scala-library-2.7.2.jar=/home/hanno/projects/kong/lib/scala-library-2.7.2.jar
25 file.reference.Scalable_Dynamics.jar=/home/hanno/projects/kong/lib/Scalable_Dynamics.jar
26 includes=**
27 jar.compress=false
28 java.platform.active=java_default_platform
29 javac.classpath=\
30     ${file.reference.piccolo.jar}:\
31     ${file.reference.scala-library-2.7.2.jar}:\
32     ${file.reference.PiccoInput.jar}:\
33     ${file.reference.Scalable_Dynamics.jar}
34 # Space-separated list of extra javac options
35 javac.compilerargs=-deprecation
36 javac.deprecation=false
37 javac.source=1.5
38 javac.target=1.5
39 javac.test.classpath=\
40     ${javac.classpath}:\
41     ${build.classes.dir}:\
42     ${libs.junit.classpath}:\
43     ${libs.junit_4.classpath}
44 javadoc.additionalparam=
45 javadoc.author=false
46 javadoc.encoding=${source.encoding}
47 javadoc.noindex=false
48 javadoc.nonavbar=false
49 javadoc.notree=false
50 javadoc.private=false
51 javadoc.splitindex=true
52 javadoc.use=true
53 javadoc.version=false
54 javadoc.windowtitle=
55 main.class=net.habraun.kong.Main
56 manifest.file=manifest.mf
57 meta.inf.dir=${src.dir}/META-INF
58 platform.active=default_platform
59 run.classpath=\
60     ${javac.classpath}:\
61     ${build.classes.dir}
62 # Space-separated list of JVM arguments used when running the project
63 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
64 # or test-sys-prop.name=value to set system properties for unit tests):
65 run.jvmargs=
66 run.test.classpath=\
67     ${javac.test.classpath}:\
68     ${build.test.classes.dir}
69 source.encoding=UTF-8
70 src.dir=src
71 test.src.dir=test