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.properties57
1 files changed, 57 insertions, 0 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..b2203f4 --- /dev/null +++ b/nbproject/project.properties
@@ -0,0 +1,57 @@
1build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned:
4build.dir=build
5build.generated.dir=${build.dir}/generated
6# Only compile against the classpath explicitly listed here:
7build.sysclasspath=ignore
8build.test.classes.dir=${build.dir}/test/classes
9build.test.results.dir=${build.dir}/test/results
10debug.classpath=\
11 ${run.classpath}
12debug.test.classpath=\
13 ${run.test.classpath}
14# This directory is removed when the project is cleaned:
15dist.dir=dist
16dist.jar=${dist.dir}/Four_Puzzle_Library.jar
17dist.javadoc.dir=${dist.dir}/javadoc
18excludes=
19includes=**
20jar.compress=false
21javac.classpath=
22# Space-separated list of extra javac options
23javac.compilerargs=
24javac.deprecation=false
25javac.source=1.5
26javac.target=1.5
27javac.test.classpath=\
28 ${javac.classpath}:\
29 ${build.classes.dir}:\
30 ${libs.junit.classpath}:\
31 ${libs.junit_4.classpath}
32javadoc.additionalparam=
33javadoc.author=false
34javadoc.encoding=${source.encoding}
35javadoc.noindex=false
36javadoc.nonavbar=false
37javadoc.notree=false
38javadoc.private=false
39javadoc.splitindex=true
40javadoc.use=true
41javadoc.version=false
42javadoc.windowtitle=
43meta.inf.dir=${src.dir}/META-INF
44platform.active=default_platform
45run.classpath=\
46 ${javac.classpath}:\
47 ${build.classes.dir}
48# Space-separated list of JVM arguments used when running the project
49# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
50# or test-sys-prop.name=value to set system properties for unit tests):
51run.jvmargs=
52run.test.classpath=\
53 ${javac.test.classpath}:\
54 ${build.test.classes.dir}
55source.encoding=UTF-8
56src.dir=src
57test.src.dir=test