Removed the dependency to Phys2D.
[kong.git] / nbproject / project.properties
blob2f8bd20d625634f74bffcb3f527b99815e7f9492
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.piccolo.jar=/home/hanno/projects/kong/lib/piccolo.jar
23 file.reference.scala-library-2.7.2.jar=/home/hanno/projects/kong/lib/scala-library-2.7.2.jar
24 includes=**
25 jar.compress=false
26 java.platform.active=java_default_platform
27 javac.classpath=\
28     ${file.reference.piccolo.jar}:\
29     ${file.reference.scala-library-2.7.2.jar}
30 # Space-separated list of extra javac options
31 javac.compilerargs=-deprecation
32 javac.deprecation=false
33 javac.source=1.5
34 javac.target=1.5
35 javac.test.classpath=\
36     ${javac.classpath}:\
37     ${build.classes.dir}:\
38     ${libs.junit.classpath}:\
39     ${libs.junit_4.classpath}
40 javadoc.additionalparam=
41 javadoc.author=false
42 javadoc.encoding=${source.encoding}
43 javadoc.noindex=false
44 javadoc.nonavbar=false
45 javadoc.notree=false
46 javadoc.private=false
47 javadoc.splitindex=true
48 javadoc.use=true
49 javadoc.version=false
50 javadoc.windowtitle=
51 main.class=net.habraun.kong.Main
52 manifest.file=manifest.mf
53 meta.inf.dir=${src.dir}/META-INF
54 platform.active=default_platform
55 run.classpath=\
56     ${javac.classpath}:\
57     ${build.classes.dir}
58 # Space-separated list of JVM arguments used when running the project
59 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
60 # or test-sys-prop.name=value to set system properties for unit tests):
61 run.jvmargs=
62 run.test.classpath=\
63     ${javac.test.classpath}:\
64     ${build.test.classes.dir}
65 source.encoding=UTF-8
66 src.dir=src
67 test.src.dir=test