java/alt2xml-cli/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Wed, 03 Sep 2014 19:48:42 +0200
changeset 60 61567e326e33
parent 34 5af9c7693d70
permissions -rw-r--r--
netbeans: proper main class
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@16
     6
application.title=alt2xml-cli
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@16
    26
dist.jar=${dist.dir}/alt2xml-cli.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@33
    32
javac.classpath=\
franta-hg@33
    33
    ${reference.alt2xml-lib-output.jar}
franta-hg@0
    34
# Space-separated list of extra javac options
franta-hg@0
    35
javac.compilerargs=
franta-hg@0
    36
javac.deprecation=false
franta-hg@0
    37
javac.processorpath=\
franta-hg@0
    38
    ${javac.classpath}
franta-hg@2
    39
javac.source=1.7
franta-hg@2
    40
javac.target=1.7
franta-hg@0
    41
javac.test.classpath=\
franta-hg@0
    42
    ${javac.classpath}:\
franta-hg@0
    43
    ${build.classes.dir}
franta-hg@0
    44
javac.test.processorpath=\
franta-hg@0
    45
    ${javac.test.classpath}
franta-hg@0
    46
javadoc.additionalparam=
franta-hg@0
    47
javadoc.author=false
franta-hg@0
    48
javadoc.encoding=${source.encoding}
franta-hg@0
    49
javadoc.noindex=false
franta-hg@0
    50
javadoc.nonavbar=false
franta-hg@0
    51
javadoc.notree=false
franta-hg@0
    52
javadoc.private=false
franta-hg@0
    53
javadoc.splitindex=true
franta-hg@0
    54
javadoc.use=true
franta-hg@0
    55
javadoc.version=false
franta-hg@0
    56
javadoc.windowtitle=
franta-hg@60
    57
main.class=cz.frantovo.alt2xml.cli.CLIStarter
franta-hg@0
    58
manifest.file=manifest.mf
franta-hg@0
    59
meta.inf.dir=${src.dir}/META-INF
franta-hg@21
    60
mkdist.disabled=true
franta-hg@0
    61
platform.active=default_platform
franta-hg@33
    62
project.alt2xml-lib-output=../alt2xml-lib-output
franta-hg@33
    63
reference.alt2xml-lib-output.jar=${project.alt2xml-lib-output}/dist/alt2xml-lib-output.jar
franta-hg@0
    64
run.classpath=\
franta-hg@0
    65
    ${javac.classpath}:\
franta-hg@0
    66
    ${build.classes.dir}
franta-hg@0
    67
run.test.classpath=\
franta-hg@0
    68
    ${javac.test.classpath}:\
franta-hg@0
    69
    ${build.test.classes.dir}
franta-hg@0
    70
source.encoding=UTF-8
franta-hg@0
    71
src.dir=src
franta-hg@0
    72
test.src.dir=test
franta-hg@7
    73
compile.on.save.unsupported.groovy=true