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