Adding sliding puzzle, later i will fix flip function arguments.
[puzzles.git] / nbproject / project.properties
blobe81f0d97193141fd178f3c2939d60f1b9f912357
1 annotation.processing.enabled=true
2 annotation.processing.enabled.in.editor=false
3 annotation.processing.processor.options=
4 annotation.processing.processors.list=
5 annotation.processing.run.all.processors=true
6 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 auxiliary.org-netbeans-modules-projectimport-eclipse-core.key=src=src;output=bin;
8 auxiliary.org-netbeans-modules-projectimport-eclipse-core.project=.
9 auxiliary.org-netbeans-modules-projectimport-eclipse-core.timestamp=1384618043000
10 auxiliary.org-netbeans-modules-projectimport-eclipse-core.workspace=..
11 build.classes.dir=${build.dir}/classes
12 build.classes.excludes=**/*.java,**/*.form
13 # This directory is removed when the project is cleaned:
14 build.dir=build
15 build.generated.dir=${build.dir}/generated
16 build.generated.sources.dir=${build.dir}/generated-sources
17 # Only compile against the classpath explicitly listed here:
18 build.sysclasspath=ignore
19 build.test.classes.dir=${build.dir}/test/classes
20 build.test.results.dir=${build.dir}/test/results
21 # Uncomment to specify the preferred debugger connection transport:
22 #debug.transport=dt_socket
23 debug.classpath=\
24     ${run.classpath}
25 debug.test.classpath=\
26     ${run.test.classpath}
27 # Files in build.classes.dir which should be excluded from distribution jar
28 dist.archive.excludes=
29 # This directory is removed when the project is cleaned:
30 dist.dir=dist
31 dist.jar=${dist.dir}/Puzzles.jar
32 dist.javadoc.dir=${dist.dir}/javadoc
33 excludes=
34 file.reference.Puzzles-src=src
35 includes=**
36 jar.compress=false
37 javac.classpath=\
38     ${libs.junit_4.classpath}
39 # Space-separated list of extra javac options
40 javac.compilerargs=
41 javac.deprecation=false
42 javac.processorpath=\
43     ${javac.classpath}
44 javac.source=1.7
45 javac.target=1.7
46 javac.test.classpath=\
47     ${javac.classpath}:\
48     ${build.classes.dir}
49 javac.test.processorpath=\
50     ${javac.test.classpath}
51 javadoc.additionalparam=
52 javadoc.author=false
53 javadoc.encoding=${source.encoding}
54 javadoc.noindex=false
55 javadoc.nonavbar=false
56 javadoc.notree=false
57 javadoc.private=false
58 javadoc.splitindex=true
59 javadoc.use=true
60 javadoc.version=false
61 javadoc.windowtitle=
62 main.class=com.github.puzzles.test.Main
63 meta.inf.dir=${src.dir}/META-INF
64 mkdist.disabled=true
65 platform.active=default_platform
66 run.classpath=\
67     ${javac.classpath}:\
68     ${build.classes.dir}
69 # Space-separated list of JVM arguments used when running the project.
70 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
71 # To set system properties for unit tests define test-sys-prop.name=value:
72 run.jvmargs=
73 run.test.classpath=\
74     ${javac.test.classpath}:\
75     ${build.test.classes.dir}
76 source.encoding=UTF-8
77 src.dir=${file.reference.Puzzles-src}