source: proiecte/SolarSim/Java/SolarSim/nbproject/project.properties @ 153

Last change on this file since 153 was 153, checked in by (none), 14 years ago
File size: 2.4 KB
Line 
1application.args=
2application.title=SolarSimGL
3application.vendor=Marius Ion
4build.classes.dir=${build.dir}/classes
5build.classes.excludes=**/*.java,**/*.form
6# This directory is removed when the project is cleaned:
7build.dir=build
8build.generated.dir=${build.dir}/generated
9build.generated.sources.dir=${build.dir}/generated-sources
10# Only compile against the classpath explicitly listed here:
11build.sysclasspath=ignore
12build.test.classes.dir=${build.dir}/test/classes
13build.test.results.dir=${build.dir}/test/results
14debug.classpath=\
15    ${run.classpath}
16debug.test.classpath=\
17    ${run.test.classpath}
18# This directory is removed when the project is cleaned:
19dist.dir=dist
20dist.jar=${dist.dir}/SolarSimGL.jar
21dist.javadoc.dir=${dist.dir}/javadoc
22excludes=
23includes=**
24jar.compress=false
25javac.classpath=\
26    ${libs.GLUEGEN-RT.classpath}:\
27    ${libs.JOGL.classpath}
28# Space-separated list of extra javac options
29javac.compilerargs=
30javac.deprecation=false
31javac.source=1.5
32javac.target=1.5
33javac.test.classpath=\
34    ${javac.classpath}:\
35    ${build.classes.dir}:\
36    ${libs.junit.classpath}:\
37    ${libs.junit_4.classpath}
38javadoc.additionalparam=
39javadoc.author=false
40javadoc.encoding=
41javadoc.noindex=false
42javadoc.nonavbar=false
43javadoc.notree=false
44javadoc.private=false
45javadoc.splitindex=true
46javadoc.use=true
47javadoc.version=false
48javadoc.windowtitle=
49natives.platform=windows-amd64
50# Property libs.JOGL.classpath is set here just to make sharing of project simpler.
51# The library definition has always preference over this property.
52libs.JOGL.classpath=../opengl/build/cluster/libs/jogl.jar
53libs.GLUEGEN-RT.classpath=../opengl/build/cluster/libs/gluegen-rt.jar
54main.class=solarsim.Main
55manifest.file=manifest.mf
56meta.inf.dir=${src.dir}/META-INF
57platform.active=default_platform
58run.classpath=\
59    ${javac.classpath}:\
60    ${build.classes.dir}
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):
64run.jvmargs=
65run-sys-prop.java.library.path=\
66    ${libs.JOGL.classpath}-natives-${natives.platform}${path.separator}\
67    ${libs.GLUEGEN-RT.classpath}-natives-${natives.platform}
68run.test.classpath=\
69    ${javac.test.classpath}:\
70    ${build.test.classes.dir}
71src.dir=src
72test.src.dir=test
Note: See TracBrowser for help on using the repository browser.