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 build.classes.dir=${build.dir}/classes |
|
8 build.classes.excludes=**/*.java,**/*.form |
|
9 # This directory is removed when the project is cleaned: |
|
10 build.dir=build |
|
11 build.generated.dir=${build.dir}/generated |
|
12 build.generated.sources.dir=${build.dir}/generated-sources |
|
13 # Only compile against the classpath explicitly listed here: |
|
14 build.sysclasspath=ignore |
|
15 build.test.classes.dir=${build.dir}/test/classes |
|
16 build.test.results.dir=${build.dir}/test/results |
|
17 # Uncomment to specify the preferred debugger connection transport: |
|
18 #debug.transport=dt_socket |
|
19 debug.classpath=\ |
|
20 ${run.classpath} |
|
21 debug.test.classpath=\ |
|
22 ${run.test.classpath} |
|
23 # This directory is removed when the project is cleaned: |
|
24 dist.dir=dist |
|
25 dist.jar=${dist.dir}/Sudoku.jar |
|
26 dist.javadoc.dir=${dist.dir}/javadoc |
|
27 excludes= |
|
28 includes=** |
|
29 jar.compress=false |
|
30 javac.classpath= |
|
31 # Space-separated list of extra javac options |
|
32 javac.compilerargs= |
|
33 javac.deprecation=false |
|
34 javac.processorpath=\ |
|
35 ${javac.classpath} |
|
36 javac.source=1.7 |
|
37 javac.target=1.7 |
|
38 javac.test.classpath=\ |
|
39 ${javac.classpath}:\ |
|
40 ${build.classes.dir} |
|
41 javac.test.processorpath=\ |
|
42 ${javac.test.classpath} |
|
43 javadoc.additionalparam= |
|
44 javadoc.author=false |
|
45 javadoc.encoding=${source.encoding} |
|
46 javadoc.noindex=false |
|
47 javadoc.nonavbar=false |
|
48 javadoc.notree=false |
|
49 javadoc.private=false |
|
50 javadoc.splitindex=true |
|
51 javadoc.use=true |
|
52 javadoc.version=false |
|
53 javadoc.windowtitle= |
|
54 main.class=de.uapcore.sudoku.Sudoku |
|
55 manifest.file=manifest.mf |
|
56 meta.inf.dir=${src.dir}/META-INF |
|
57 mkdist.disabled=false |
|
58 platform.active=default_platform |
|
59 run.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 # To set system properties for unit tests define test-sys-prop.name=value: |
|
65 run.jvmargs= |
|
66 run.test.classpath=\ |
|
67 ${javac.test.classpath}:\ |
|
68 ${build.test.classes.dir} |
|
69 source.encoding=UTF-8 |
|
70 src.dir=src |
|
71 test.src.dir=test |
|