Added classes DrawingBoard, Particle and ParticleTest.
[desert.git] / nbproject / project.properties
blob3dabb0faf6b4fa6bbbcafaa9e56588a97bfa1cbd
1 ant.customtasks.libs=JWSAntTasks
2 application.homepage=http://desert.sourceforge.net/
3 application.title=Desert
4 application.vendor=andrew
5 build.classes.dir=${build.dir}/classes
6 build.classes.excludes=**/*.java,**/*.form
7 # This directory is removed when the project is cleaned:
8 build.dir=build
9 build.generated.dir=${build.dir}/generated
10 build.generated.sources.dir=${build.dir}/generated-sources
11 # Only compile against the classpath explicitly listed here:
12 build.sysclasspath=ignore
13 build.test.classes.dir=${build.dir}/test/classes
14 build.test.results.dir=${build.dir}/test/results
15 # Uncomment to specify the preferred debugger connection transport:
16 #debug.transport=dt_socket
17 debug.classpath=\
18     ${run.classpath}
19 debug.test.classpath=\
20     ${run.test.classpath}
21 # This directory is removed when the project is cleaned:
22 dist.dir=dist
23 dist.jar=${dist.dir}/Desert.jar
24 dist.javadoc.dir=${dist.dir}/javadoc
25 endorsed.classpath=
26 excludes=
27 includes=**
28 jar.compress=false
29 javac.classpath=
30 # Space-separated list of extra javac options
31 javac.compilerargs=
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_4.classpath}
39 javadoc.additionalparam=
40 javadoc.author=false
41 javadoc.encoding=${source.encoding}
42 javadoc.noindex=false
43 javadoc.nonavbar=false
44 javadoc.notree=false
45 javadoc.private=false
46 javadoc.splitindex=true
47 javadoc.use=true
48 javadoc.version=false
49 javadoc.windowtitle=
50 jnlp.applet.class=org.sourceforge.astei.desert.DesertApplet
51 jnlp.applet.height=300
52 jnlp.applet.width=300
53 jnlp.codebase.type=user
54 jnlp.codebase.user=http://desert.sourceforge.net/
55 jnlp.descriptor=applet
56 jnlp.enabled=true
57 jnlp.offline-allowed=false
58 jnlp.signed=false
59 main.class=org.sourceforge.astei.desert.Main
60 manifest.file=manifest.mf
61 meta.inf.dir=${src.dir}/META-INF
62 platform.active=default_platform
63 run.classpath=\
64     ${javac.classpath}:\
65     ${build.classes.dir}
66 # Space-separated list of JVM arguments used when running the project
67 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
68 # or test-sys-prop.name=value to set system properties for unit tests):
69 run.jvmargs=-Djava.security.policy=applet.policy
70 run.test.classpath=\
71     ${javac.test.classpath}:\
72     ${build.test.classes.dir}
73 source.encoding=UTF-8
74 src.dir=src
75 test.src.dir=test