java/reflexe/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sun, 14 Jun 2015 01:41:47 +0200
changeset 27 165fb7ff9855
permissions -rw-r--r--
příklad reflexe v Javě – přepisování soukromé proměnné
https://blog.frantovo.cz/c/348/P%C5%99episujeme%20soukrom%C3%A9%20prom%C4%9Bnn%C3%A9%20v%C2%A0Jav%C4%9B%20pomoc%C3%AD%20reflexe
franta-hg@27
     1
annotation.processing.enabled=true
franta-hg@27
     2
annotation.processing.enabled.in.editor=false
franta-hg@27
     3
annotation.processing.processor.options=
franta-hg@27
     4
annotation.processing.processors.list=
franta-hg@27
     5
annotation.processing.run.all.processors=true
franta-hg@27
     6
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
franta-hg@27
     7
build.classes.dir=${build.dir}/classes
franta-hg@27
     8
build.classes.excludes=**/*.java,**/*.form
franta-hg@27
     9
# This directory is removed when the project is cleaned:
franta-hg@27
    10
build.dir=build
franta-hg@27
    11
build.generated.dir=${build.dir}/generated
franta-hg@27
    12
build.generated.sources.dir=${build.dir}/generated-sources
franta-hg@27
    13
# Only compile against the classpath explicitly listed here:
franta-hg@27
    14
build.sysclasspath=ignore
franta-hg@27
    15
build.test.classes.dir=${build.dir}/test/classes
franta-hg@27
    16
build.test.results.dir=${build.dir}/test/results
franta-hg@27
    17
# Uncomment to specify the preferred debugger connection transport:
franta-hg@27
    18
#debug.transport=dt_socket
franta-hg@27
    19
debug.classpath=\
franta-hg@27
    20
    ${run.classpath}
franta-hg@27
    21
debug.test.classpath=\
franta-hg@27
    22
    ${run.test.classpath}
franta-hg@27
    23
# Files in build.classes.dir which should be excluded from distribution jar
franta-hg@27
    24
dist.archive.excludes=
franta-hg@27
    25
# This directory is removed when the project is cleaned:
franta-hg@27
    26
dist.dir=dist
franta-hg@27
    27
dist.jar=${dist.dir}/reflexe.jar
franta-hg@27
    28
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@27
    29
excludes=
franta-hg@27
    30
includes=**
franta-hg@27
    31
jar.compress=false
franta-hg@27
    32
javac.classpath=
franta-hg@27
    33
# Space-separated list of extra javac options
franta-hg@27
    34
javac.compilerargs=
franta-hg@27
    35
javac.deprecation=false
franta-hg@27
    36
javac.processorpath=\
franta-hg@27
    37
    ${javac.classpath}
franta-hg@27
    38
javac.source=1.8
franta-hg@27
    39
javac.target=1.8
franta-hg@27
    40
javac.test.classpath=\
franta-hg@27
    41
    ${javac.classpath}:\
franta-hg@27
    42
    ${build.classes.dir}
franta-hg@27
    43
javac.test.processorpath=\
franta-hg@27
    44
    ${javac.test.classpath}
franta-hg@27
    45
javadoc.additionalparam=
franta-hg@27
    46
javadoc.author=false
franta-hg@27
    47
javadoc.encoding=${source.encoding}
franta-hg@27
    48
javadoc.noindex=false
franta-hg@27
    49
javadoc.nonavbar=false
franta-hg@27
    50
javadoc.notree=false
franta-hg@27
    51
javadoc.private=false
franta-hg@27
    52
javadoc.splitindex=true
franta-hg@27
    53
javadoc.use=true
franta-hg@27
    54
javadoc.version=false
franta-hg@27
    55
javadoc.windowtitle=
franta-hg@27
    56
main.class=cz.frantovo.p\u0159\u00edklady.reflexe.Reflexe
franta-hg@27
    57
manifest.file=manifest.mf
franta-hg@27
    58
meta.inf.dir=${src.dir}/META-INF
franta-hg@27
    59
mkdist.disabled=false
franta-hg@27
    60
platform.active=default_platform
franta-hg@27
    61
run.classpath=\
franta-hg@27
    62
    ${javac.classpath}:\
franta-hg@27
    63
    ${build.classes.dir}
franta-hg@27
    64
# Space-separated list of JVM arguments used when running the project.
franta-hg@27
    65
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
franta-hg@27
    66
# To set system properties for unit tests define test-sys-prop.name=value:
franta-hg@27
    67
run.jvmargs=
franta-hg@27
    68
run.test.classpath=\
franta-hg@27
    69
    ${javac.test.classpath}:\
franta-hg@27
    70
    ${build.test.classes.dir}
franta-hg@27
    71
source.encoding=UTF-8
franta-hg@27
    72
src.dir=src
franta-hg@27
    73
test.src.dir=test