Added PiccoInput as a dependency.
[kong.git] / nbproject / project.properties
blobadf1f1704e9987ef360201f0c346274d49544f06
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 includes=**
26 jar.compress=false
27 java.platform.active=java_default_platform
28 javac.classpath=\
29     ${file.reference.piccolo.jar}:\
30     ${file.reference.scala-library-2.7.2.jar}:\
31     ${file.reference.PiccoInput.jar}
32 # Space-separated list of extra javac options
33 javac.compilerargs=-deprecation
34 javac.deprecation=false
35 javac.source=1.5
36 javac.target=1.5
37 javac.test.classpath=\
38     ${javac.classpath}:\
39     ${build.classes.dir}:\
40     ${libs.junit.classpath}:\
41     ${libs.junit_4.classpath}
42 javadoc.additionalparam=
43 javadoc.author=false
44 javadoc.encoding=${source.encoding}
45 javadoc.noindex=false
46 javadoc.nonavbar=false
47 javadoc.notree=false
48 javadoc.private=false
49 javadoc.splitindex=true
50 javadoc.use=true
51 javadoc.version=false
52 javadoc.windowtitle=
53 main.class=net.habraun.kong.Main
54 manifest.file=manifest.mf
55 meta.inf.dir=${src.dir}/META-INF
56 platform.active=default_platform
57 run.classpath=\
58     ${javac.classpath}:\
59     ${build.classes.dir}
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):
63 run.jvmargs=
64 run.test.classpath=\
65     ${javac.test.classpath}:\
66     ${build.test.classes.dir}
67 source.encoding=UTF-8
68 src.dir=src
69 test.src.dir=test