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