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