java/nekurak.net-lib/nbproject/project.properties
author František Kučera <franta-hg@frantovo.cz>
Tue Apr 23 21:43:37 2013 +0200 (2013-04-23)
changeset 204 bebec432330a
parent 123 9135d52e8b0a
permissions -rw-r--r--
oprava chatu, tabulátory
     1 annotation.processing.enabled=true
     2 annotation.processing.enabled.in.editor=false
     3 annotation.processing.run.all.processors=true
     4 application.title=nekurak.net-lib
     5 application.vendor=fiki
     6 build.classes.dir=${build.dir}/classes
     7 build.classes.excludes=**/*.java,**/*.form
     8 # This directory is removed when the project is cleaned:
     9 build.dir=build
    10 build.generated.dir=${build.dir}/generated
    11 build.generated.sources.dir=${build.dir}/generated-sources
    12 # Only compile against the classpath explicitly listed here:
    13 build.sysclasspath=ignore
    14 build.test.classes.dir=${build.dir}/test/classes
    15 build.test.results.dir=${build.dir}/test/results
    16 # Uncomment to specify the preferred debugger connection transport:
    17 #debug.transport=dt_socket
    18 debug.classpath=\
    19     ${run.classpath}
    20 debug.test.classpath=\
    21     ${run.test.classpath}
    22 # This directory is removed when the project is cleaned:
    23 dist.dir=dist
    24 dist.jar=${dist.dir}/nekurak.net-lib.jar
    25 dist.javadoc.dir=${dist.dir}/javadoc
    26 endorsed.classpath=
    27 excludes=
    28 includes=**
    29 jar.compress=false
    30 javac.classpath=\
    31     ${libs.javaee-api-6.0.classpath}
    32 # Space-separated list of extra javac options
    33 javac.compilerargs=
    34 javac.deprecation=false
    35 javac.processorpath=\
    36     ${javac.classpath}
    37 javac.source=1.6
    38 javac.target=1.6
    39 javac.test.classpath=\
    40     ${javac.classpath}:\
    41     ${build.classes.dir}:\
    42     ${libs.junit_4.classpath}
    43 javadoc.additionalparam=
    44 javadoc.author=false
    45 javadoc.encoding=${source.encoding}
    46 javadoc.noindex=false
    47 javadoc.nonavbar=false
    48 javadoc.notree=false
    49 javadoc.private=false
    50 javadoc.splitindex=true
    51 javadoc.use=true
    52 javadoc.version=false
    53 javadoc.windowtitle=
    54 meta.inf.dir=${src.dir}/META-INF
    55 mkdist.disabled=false
    56 platform.active=default_platform
    57 run.classpath=\
    58     ${javac.classpath}:\
    59     ${build.classes.dir}
    60 # Space-separated list of JVM arguments used when running the project
    61 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    62 # or test-sys-prop.name=value to set system properties for unit tests):
    63 run.jvmargs=
    64 run.test.classpath=\
    65     ${javac.test.classpath}:\
    66     ${build.test.classes.dir}
    67 source.encoding=UTF-8
    68 src.dir=src
    69 test.src.dir=test