franta-hg@13
|
1 |
annotation.processing.enabled=true
|
franta-hg@13
|
2 |
annotation.processing.enabled.in.editor=false
|
franta-hg@13
|
3 |
annotation.processing.processor.options=
|
franta-hg@13
|
4 |
annotation.processing.processors.list=
|
franta-hg@13
|
5 |
annotation.processing.run.all.processors=true
|
franta-hg@13
|
6 |
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
franta-hg@13
|
7 |
build.classes.dir=${build.dir}/classes
|
franta-hg@13
|
8 |
build.classes.excludes=**/*.java,**/*.form
|
franta-hg@13
|
9 |
# This directory is removed when the project is cleaned:
|
franta-hg@13
|
10 |
build.dir=build
|
franta-hg@13
|
11 |
build.generated.dir=${build.dir}/generated
|
franta-hg@13
|
12 |
build.generated.sources.dir=${build.dir}/generated-sources
|
franta-hg@13
|
13 |
# Only compile against the classpath explicitly listed here:
|
franta-hg@13
|
14 |
build.sysclasspath=ignore
|
franta-hg@13
|
15 |
build.test.classes.dir=${build.dir}/test/classes
|
franta-hg@13
|
16 |
build.test.results.dir=${build.dir}/test/results
|
franta-hg@13
|
17 |
# Uncomment to specify the preferred debugger connection transport:
|
franta-hg@13
|
18 |
#debug.transport=dt_socket
|
franta-hg@13
|
19 |
debug.classpath=\
|
franta-hg@13
|
20 |
${run.classpath}
|
franta-hg@13
|
21 |
debug.test.classpath=\
|
franta-hg@13
|
22 |
${run.test.classpath}
|
franta-hg@13
|
23 |
# This directory is removed when the project is cleaned:
|
franta-hg@13
|
24 |
dist.dir=dist
|
franta-hg@13
|
25 |
dist.jar=${dist.dir}/dictionary-generator.jar
|
franta-hg@13
|
26 |
dist.javadoc.dir=${dist.dir}/javadoc
|
franta-hg@13
|
27 |
excludes=
|
franta-hg@13
|
28 |
includes=**
|
franta-hg@13
|
29 |
jar.compress=false
|
franta-hg@13
|
30 |
javac.classpath=
|
franta-hg@13
|
31 |
# Space-separated list of extra javac options
|
franta-hg@13
|
32 |
javac.compilerargs=
|
franta-hg@13
|
33 |
javac.deprecation=false
|
franta-hg@13
|
34 |
javac.processorpath=\
|
franta-hg@13
|
35 |
${javac.classpath}
|
franta-hg@13
|
36 |
javac.source=1.7
|
franta-hg@13
|
37 |
javac.target=1.7
|
franta-hg@13
|
38 |
javac.test.classpath=\
|
franta-hg@13
|
39 |
${javac.classpath}:\
|
franta-hg@13
|
40 |
${build.classes.dir}
|
franta-hg@13
|
41 |
javac.test.processorpath=\
|
franta-hg@13
|
42 |
${javac.test.classpath}
|
franta-hg@13
|
43 |
javadoc.additionalparam=
|
franta-hg@13
|
44 |
javadoc.author=false
|
franta-hg@13
|
45 |
javadoc.encoding=${source.encoding}
|
franta-hg@13
|
46 |
javadoc.noindex=false
|
franta-hg@13
|
47 |
javadoc.nonavbar=false
|
franta-hg@13
|
48 |
javadoc.notree=false
|
franta-hg@13
|
49 |
javadoc.private=false
|
franta-hg@13
|
50 |
javadoc.splitindex=true
|
franta-hg@13
|
51 |
javadoc.use=true
|
franta-hg@13
|
52 |
javadoc.version=false
|
franta-hg@13
|
53 |
javadoc.windowtitle=
|
franta-hg@13
|
54 |
main.class=cz.frantovo.telco.dictionary.Generator
|
franta-hg@13
|
55 |
manifest.file=manifest.mf
|
franta-hg@13
|
56 |
meta.inf.dir=${src.dir}/META-INF
|
franta-hg@13
|
57 |
mkdist.disabled=false
|
franta-hg@13
|
58 |
platform.active=default_platform
|
franta-hg@13
|
59 |
run.classpath=\
|
franta-hg@13
|
60 |
${javac.classpath}:\
|
franta-hg@13
|
61 |
${build.classes.dir}
|
franta-hg@13
|
62 |
# Space-separated list of JVM arguments used when running the project.
|
franta-hg@13
|
63 |
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
franta-hg@13
|
64 |
# To set system properties for unit tests define test-sys-prop.name=value:
|
franta-hg@13
|
65 |
run.jvmargs=
|
franta-hg@13
|
66 |
run.test.classpath=\
|
franta-hg@13
|
67 |
${javac.test.classpath}:\
|
franta-hg@13
|
68 |
${build.test.classes.dir}
|
franta-hg@13
|
69 |
source.encoding=UTF-8
|
franta-hg@13
|
70 |
src.dir=src
|
franta-hg@13
|
71 |
test.src.dir=test
|