1 application.desc=Simulation of Gravity in 3D space for 8.012
3 application.title=Gravity Simulator
5 build.classes.dir=${build.dir}/classes
6 build.classes.excludes=**/*.java,**/*.form
7 # This directory is removed when the project is cleaned:
9 build.generated.dir=${build.dir}/generated
10 # Only compile against the classpath explicitly listed here:
11 build.sysclasspath=ignore
12 build.test.classes.dir=${build.dir}/test/classes
13 build.test.results.dir=${build.dir}/test/results
16 debug.test.classpath=\
18 # This directory is removed when the project is cleaned:
20 dist.jar=${dist.dir}/GravitySimulator.jar
21 dist.javadoc.dir=${dist.dir}/javadoc
26 ${libs.swing-app-framework.classpath}:\
27 ${libs.absolutelayout.classpath}
28 # Space-separated list of extra javac options
29 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
30 javac.deprecation=false
33 javac.test.classpath=\
35 ${build.classes.dir}:\
36 ${libs.junit.classpath}:\
37 ${libs.junit_4.classpath}
38 javadoc.additionalparam=
40 javadoc.encoding=${source.encoding}
42 javadoc.nonavbar=false
45 javadoc.splitindex=true
49 jnlp.codebase.type=local
50 jnlp.codebase.url=file:/C:/Users/Edward/Documents/NetBeansProjects/GravitySimulator/dist/
52 jnlp.offline-allowed=false
54 main.class=edu.mit.ezyang.gravity.GravitySimulatorApp
55 manifest.file=manifest.mf
56 meta.inf.dir=${src.dir}/META-INF
57 platform.active=default_platform
61 # Space-separated list of JVM arguments used when running the project
62 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
63 # or test-sys-prop.name=value to set system properties for unit tests):
66 ${javac.test.classpath}:\
67 ${build.test.classes.dir}