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