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