java/parameter-lister/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Sep 2016 23:03:43 +0200
changeset 21 7d86d90e6e0e
permissions -rw-r--r--
Java version (some old source code)
franta-hg@21
     1
annotation.processing.enabled=true
franta-hg@21
     2
annotation.processing.enabled.in.editor=false
franta-hg@21
     3
annotation.processing.processors.list=
franta-hg@21
     4
annotation.processing.run.all.processors=true
franta-hg@21
     5
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
franta-hg@21
     6
application.title=parameter-lister
franta-hg@21
     7
application.vendor=fiki
franta-hg@21
     8
build.classes.dir=${build.dir}/classes
franta-hg@21
     9
build.classes.excludes=**/*.java,**/*.form
franta-hg@21
    10
# This directory is removed when the project is cleaned:
franta-hg@21
    11
build.dir=build
franta-hg@21
    12
build.generated.dir=${build.dir}/generated
franta-hg@21
    13
build.generated.sources.dir=${build.dir}/generated-sources
franta-hg@21
    14
# Only compile against the classpath explicitly listed here:
franta-hg@21
    15
build.sysclasspath=ignore
franta-hg@21
    16
build.test.classes.dir=${build.dir}/test/classes
franta-hg@21
    17
build.test.results.dir=${build.dir}/test/results
franta-hg@21
    18
# Uncomment to specify the preferred debugger connection transport:
franta-hg@21
    19
#debug.transport=dt_socket
franta-hg@21
    20
debug.classpath=\
franta-hg@21
    21
    ${run.classpath}
franta-hg@21
    22
debug.test.classpath=\
franta-hg@21
    23
    ${run.test.classpath}
franta-hg@21
    24
# Files in build.classes.dir which should be excluded from distribution jar
franta-hg@21
    25
dist.archive.excludes=
franta-hg@21
    26
# This directory is removed when the project is cleaned:
franta-hg@21
    27
dist.dir=dist
franta-hg@21
    28
dist.jar=${dist.dir}/parameter-lister.jar
franta-hg@21
    29
dist.javadoc.dir=${dist.dir}/javadoc
franta-hg@21
    30
endorsed.classpath=
franta-hg@21
    31
excludes=
franta-hg@21
    32
includes=**
franta-hg@21
    33
jar.compress=false
franta-hg@21
    34
javac.classpath=
franta-hg@21
    35
# Space-separated list of extra javac options
franta-hg@21
    36
javac.compilerargs=
franta-hg@21
    37
javac.deprecation=false
franta-hg@21
    38
javac.processorpath=\
franta-hg@21
    39
    ${javac.classpath}
franta-hg@21
    40
javac.source=1.8
franta-hg@21
    41
javac.target=1.8
franta-hg@21
    42
javac.test.classpath=\
franta-hg@21
    43
    ${javac.classpath}:\
franta-hg@21
    44
    ${build.classes.dir}
franta-hg@21
    45
javac.test.processorpath=\
franta-hg@21
    46
    ${javac.test.classpath}
franta-hg@21
    47
javadoc.additionalparam=
franta-hg@21
    48
javadoc.author=false
franta-hg@21
    49
javadoc.encoding=${source.encoding}
franta-hg@21
    50
javadoc.noindex=false
franta-hg@21
    51
javadoc.nonavbar=false
franta-hg@21
    52
javadoc.notree=false
franta-hg@21
    53
javadoc.private=false
franta-hg@21
    54
javadoc.splitindex=true
franta-hg@21
    55
javadoc.use=true
franta-hg@21
    56
javadoc.version=false
franta-hg@21
    57
javadoc.windowtitle=
franta-hg@21
    58
main.class=info.glogalcode.parameterLister.CLI
franta-hg@21
    59
manifest.file=manifest.mf
franta-hg@21
    60
meta.inf.dir=${src.dir}/META-INF
franta-hg@21
    61
mkdist.disabled=false
franta-hg@21
    62
platform.active=default_platform
franta-hg@21
    63
run.classpath=\
franta-hg@21
    64
    ${javac.classpath}:\
franta-hg@21
    65
    ${build.classes.dir}
franta-hg@21
    66
# Space-separated list of JVM arguments used when running the project.
franta-hg@21
    67
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
franta-hg@21
    68
# To set system properties for unit tests define test-sys-prop.name=value:
franta-hg@21
    69
run.jvmargs=
franta-hg@21
    70
run.test.classpath=\
franta-hg@21
    71
    ${javac.test.classpath}:\
franta-hg@21
    72
    ${build.test.classes.dir}
franta-hg@21
    73
source.encoding=UTF-8
franta-hg@21
    74
src.config.dir=config
franta-hg@21
    75
src.dir=src
franta-hg@21
    76
test.src.dir=test