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