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