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