about summary refs log tree commit diff stats
path: root/nbproject/project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r--nbproject/project.properties71
1 files changed, 71 insertions, 0 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..b7bb529 --- /dev/null +++ b/nbproject/project.properties
@@ -0,0 +1,71 @@
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processor.options=
4annotation.processing.processors.list=
5annotation.processing.run.all.processors=true
6annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7build.classes.dir=${build.dir}/classes
8build.classes.excludes=**/*.java,**/*.form
9# This directory is removed when the project is cleaned:
10build.dir=build
11build.generated.dir=${build.dir}/generated
12build.generated.sources.dir=${build.dir}/generated-sources
13# Only compile against the classpath explicitly listed here:
14build.sysclasspath=ignore
15build.test.classes.dir=${build.dir}/test/classes
16build.test.results.dir=${build.dir}/test/results
17# Uncomment to specify the preferred debugger connection transport:
18#debug.transport=dt_socket
19debug.classpath=\
20 ${run.classpath}
21debug.test.classpath=\
22 ${run.test.classpath}
23# This directory is removed when the project is cleaned:
24dist.dir=dist
25dist.jar=${dist.dir}/Frigid Earth.jar
26dist.javadoc.dir=${dist.dir}/javadoc
27excludes=
28includes=**
29jar.compress=false
30javac.classpath=
31# Space-separated list of extra javac options
32javac.compilerargs=
33javac.deprecation=false
34javac.processorpath=\
35 ${javac.classpath}
36javac.source=1.6
37javac.target=1.6
38javac.test.classpath=\
39 ${javac.classpath}:\
40 ${build.classes.dir}
41javac.test.processorpath=\
42 ${javac.test.classpath}
43javadoc.additionalparam=
44javadoc.author=false
45javadoc.encoding=${source.encoding}
46javadoc.noindex=false
47javadoc.nonavbar=false
48javadoc.notree=false
49javadoc.private=false
50javadoc.splitindex=true
51javadoc.use=true
52javadoc.version=false
53javadoc.windowtitle=
54main.class=com.fourisland.frigidearth.Main
55manifest.file=manifest.mf
56meta.inf.dir=${src.dir}/META-INF
57mkdist.disabled=false
58platform.active=default_platform
59run.classpath=\
60 ${javac.classpath}:\
61 ${build.classes.dir}
62# Space-separated list of JVM arguments used when running the project
63# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
64# or test-sys-prop.name=value to set system properties for unit tests):
65run.jvmargs=
66run.test.classpath=\
67 ${javac.test.classpath}:\
68 ${build.test.classes.dir}
69source.encoding=UTF-8
70src.dir=src
71test.src.dir=test