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