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