author | František Kučera <franta-hg@frantovo.cz> |
Sun, 06 Oct 2024 20:02:11 +0200 | |
changeset 157 | 7abf9048d38d |
parent 156 | 83ce47a51825 |
permissions | -rw-r--r-- |
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@156 | 21 |
debug.modulepath=\ |
franta-hg@156 | 22 |
${run.modulepath} |
franta-hg@13 | 23 |
debug.test.classpath=\ |
franta-hg@13 | 24 |
${run.test.classpath} |
franta-hg@156 | 25 |
debug.test.modulepath=\ |
franta-hg@156 | 26 |
${run.test.modulepath} |
franta-hg@13 | 27 |
# This directory is removed when the project is cleaned: |
franta-hg@13 | 28 |
dist.dir=dist |
franta-hg@13 | 29 |
dist.jar=${dist.dir}/dictionary-generator.jar |
franta-hg@13 | 30 |
dist.javadoc.dir=${dist.dir}/javadoc |
franta-hg@13 | 31 |
excludes= |
franta-hg@13 | 32 |
includes=** |
franta-hg@13 | 33 |
jar.compress=false |
franta-hg@13 | 34 |
javac.classpath= |
franta-hg@13 | 35 |
# Space-separated list of extra javac options |
franta-hg@13 | 36 |
javac.compilerargs= |
franta-hg@13 | 37 |
javac.deprecation=false |
franta-hg@156 | 38 |
javac.modulepath= |
franta-hg@156 | 39 |
javac.processormodulepath= |
franta-hg@13 | 40 |
javac.processorpath=\ |
franta-hg@13 | 41 |
${javac.classpath} |
franta-hg@13 | 42 |
javac.source=1.7 |
franta-hg@13 | 43 |
javac.target=1.7 |
franta-hg@13 | 44 |
javac.test.classpath=\ |
franta-hg@13 | 45 |
${javac.classpath}:\ |
franta-hg@13 | 46 |
${build.classes.dir} |
franta-hg@156 | 47 |
javac.test.modulepath=\ |
franta-hg@156 | 48 |
${javac.modulepath} |
franta-hg@13 | 49 |
javac.test.processorpath=\ |
franta-hg@13 | 50 |
${javac.test.classpath} |
franta-hg@13 | 51 |
javadoc.additionalparam= |
franta-hg@13 | 52 |
javadoc.author=false |
franta-hg@13 | 53 |
javadoc.encoding=${source.encoding} |
franta-hg@13 | 54 |
javadoc.noindex=false |
franta-hg@13 | 55 |
javadoc.nonavbar=false |
franta-hg@13 | 56 |
javadoc.notree=false |
franta-hg@13 | 57 |
javadoc.private=false |
franta-hg@13 | 58 |
javadoc.splitindex=true |
franta-hg@13 | 59 |
javadoc.use=true |
franta-hg@13 | 60 |
javadoc.version=false |
franta-hg@13 | 61 |
javadoc.windowtitle= |
franta-hg@13 | 62 |
main.class=cz.frantovo.telco.dictionary.Generator |
franta-hg@13 | 63 |
manifest.file=manifest.mf |
franta-hg@13 | 64 |
meta.inf.dir=${src.dir}/META-INF |
franta-hg@13 | 65 |
mkdist.disabled=false |
franta-hg@13 | 66 |
platform.active=default_platform |
franta-hg@13 | 67 |
run.classpath=\ |
franta-hg@13 | 68 |
${javac.classpath}:\ |
franta-hg@13 | 69 |
${build.classes.dir} |
franta-hg@13 | 70 |
# Space-separated list of JVM arguments used when running the project. |
franta-hg@13 | 71 |
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. |
franta-hg@13 | 72 |
# To set system properties for unit tests define test-sys-prop.name=value: |
franta-hg@13 | 73 |
run.jvmargs= |
franta-hg@156 | 74 |
run.modulepath=\ |
franta-hg@156 | 75 |
${javac.modulepath} |
franta-hg@13 | 76 |
run.test.classpath=\ |
franta-hg@13 | 77 |
${javac.test.classpath}:\ |
franta-hg@13 | 78 |
${build.test.classes.dir} |
franta-hg@156 | 79 |
run.test.modulepath=\ |
franta-hg@156 | 80 |
${javac.test.modulepath} |
franta-hg@13 | 81 |
source.encoding=UTF-8 |
franta-hg@13 | 82 |
src.dir=src |
franta-hg@13 | 83 |
test.src.dir=test |