author | František Kučera <franta-hg@frantovo.cz> |
Wed Oct 12 19:43:13 2011 +0200 (2011-10-12) | |
changeset 195 | eb9bdedaedcf |
parent 123 | 9135d52e8b0a |
permissions | -rw-r--r-- |
franta-hg@186 | 1 |
annotation.processing.enabled=true |
franta-hg@186 | 2 |
annotation.processing.enabled.in.editor=false |
franta-hg@186 | 3 |
annotation.processing.run.all.processors=true |
franta-hg@186 | 4 |
application.title=nekurak.net-lib |
franta-hg@186 | 5 |
application.vendor=fiki |
franta-hg@27 | 6 |
build.classes.dir=${build.dir}/classes |
franta-hg@27 | 7 |
build.classes.excludes=**/*.java,**/*.form |
franta-hg@27 | 8 |
# This directory is removed when the project is cleaned: |
franta-hg@27 | 9 |
build.dir=build |
franta-hg@27 | 10 |
build.generated.dir=${build.dir}/generated |
franta-hg@27 | 11 |
build.generated.sources.dir=${build.dir}/generated-sources |
franta-hg@27 | 12 |
# Only compile against the classpath explicitly listed here: |
franta-hg@27 | 13 |
build.sysclasspath=ignore |
franta-hg@27 | 14 |
build.test.classes.dir=${build.dir}/test/classes |
franta-hg@27 | 15 |
build.test.results.dir=${build.dir}/test/results |
franta-hg@27 | 16 |
# Uncomment to specify the preferred debugger connection transport: |
franta-hg@27 | 17 |
#debug.transport=dt_socket |
franta-hg@27 | 18 |
debug.classpath=\ |
franta-hg@27 | 19 |
${run.classpath} |
franta-hg@27 | 20 |
debug.test.classpath=\ |
franta-hg@27 | 21 |
${run.test.classpath} |
franta-hg@27 | 22 |
# This directory is removed when the project is cleaned: |
franta-hg@27 | 23 |
dist.dir=dist |
franta-hg@27 | 24 |
dist.jar=${dist.dir}/nekurak.net-lib.jar |
franta-hg@27 | 25 |
dist.javadoc.dir=${dist.dir}/javadoc |
franta-hg@186 | 26 |
endorsed.classpath= |
franta-hg@27 | 27 |
excludes= |
franta-hg@27 | 28 |
includes=** |
franta-hg@27 | 29 |
jar.compress=false |
franta-hg@27 | 30 |
javac.classpath=\ |
franta-hg@27 | 31 |
${libs.javaee-api-6.0.classpath} |
franta-hg@27 | 32 |
# Space-separated list of extra javac options |
franta-hg@27 | 33 |
javac.compilerargs= |
franta-hg@27 | 34 |
javac.deprecation=false |
franta-hg@186 | 35 |
javac.processorpath=\ |
franta-hg@186 | 36 |
${javac.classpath} |
franta-hg@186 | 37 |
javac.source=1.6 |
franta-hg@186 | 38 |
javac.target=1.6 |
franta-hg@27 | 39 |
javac.test.classpath=\ |
franta-hg@27 | 40 |
${javac.classpath}:\ |
franta-hg@27 | 41 |
${build.classes.dir}:\ |
franta-hg@27 | 42 |
${libs.junit_4.classpath} |
franta-hg@27 | 43 |
javadoc.additionalparam= |
franta-hg@27 | 44 |
javadoc.author=false |
franta-hg@27 | 45 |
javadoc.encoding=${source.encoding} |
franta-hg@27 | 46 |
javadoc.noindex=false |
franta-hg@27 | 47 |
javadoc.nonavbar=false |
franta-hg@27 | 48 |
javadoc.notree=false |
franta-hg@27 | 49 |
javadoc.private=false |
franta-hg@27 | 50 |
javadoc.splitindex=true |
franta-hg@27 | 51 |
javadoc.use=true |
franta-hg@27 | 52 |
javadoc.version=false |
franta-hg@27 | 53 |
javadoc.windowtitle= |
franta-hg@27 | 54 |
meta.inf.dir=${src.dir}/META-INF |
franta-hg@186 | 55 |
mkdist.disabled=false |
franta-hg@27 | 56 |
platform.active=default_platform |
franta-hg@27 | 57 |
run.classpath=\ |
franta-hg@27 | 58 |
${javac.classpath}:\ |
franta-hg@27 | 59 |
${build.classes.dir} |
franta-hg@27 | 60 |
# Space-separated list of JVM arguments used when running the project |
franta-hg@27 | 61 |
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value |
franta-hg@27 | 62 |
# or test-sys-prop.name=value to set system properties for unit tests): |
franta-hg@27 | 63 |
run.jvmargs= |
franta-hg@27 | 64 |
run.test.classpath=\ |
franta-hg@27 | 65 |
${javac.test.classpath}:\ |
franta-hg@27 | 66 |
${build.test.classes.dir} |
franta-hg@27 | 67 |
source.encoding=UTF-8 |
franta-hg@27 | 68 |
src.dir=src |
franta-hg@27 | 69 |
test.src.dir=test |