samples/misuse/nbproject/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 11 Nov 2019 13:17:34 +0100
changeset 413 f11943a373a7
parent 101 c27834b52df0
permissions -rw-r--r--
Updating to projects from NetBeans 11.2
     1 application.title=misuse
     2 application.vendor=jarda
     3 build.classes.dir=${build.dir}/classes
     4 build.classes.excludes=**/*.java,**/*.form
     5 # This directory is removed when the project is cleaned:
     6 build.dir=build
     7 build.generated.dir=${build.dir}/generated
     8 build.generated.sources.dir=${build.dir}/generated-sources
     9 # Only compile against the classpath explicitly listed here:
    10 build.sysclasspath=ignore
    11 build.test.classes.dir=${build.dir}/test/classes
    12 build.test.results.dir=${build.dir}/test/results
    13 debug.classpath=\
    14     ${run.classpath}
    15 debug.modulepath=\
    16     ${run.modulepath}
    17 debug.test.classpath=\
    18     ${run.test.classpath}
    19 debug.test.modulepath=\
    20     ${run.test.modulepath}
    21 # This directory is removed when the project is cleaned:
    22 dist.dir=dist
    23 dist.jar=${dist.dir}/misuse.jar
    24 dist.javadoc.dir=${dist.dir}/javadoc
    25 excludes=
    26 includes=**
    27 jar.compress=false
    28 javac.classpath=
    29 # Space-separated list of extra javac options
    30 javac.compilerargs=-Xlint:unchecked
    31 javac.deprecation=false
    32 javac.modulepath=
    33 javac.processormodulepath=
    34 javac.source=1.6
    35 javac.target=1.6
    36 javac.test.classpath=\
    37     ${javac.classpath}:\
    38     ${build.classes.dir}:\
    39     ${libs.junit.classpath}:\
    40     ${libs.junit_4.classpath}
    41 javac.test.modulepath=\
    42     ${javac.modulepath}
    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 platform.active=default_platform
    56 run.classpath=\
    57     ${javac.classpath}:\
    58     ${build.classes.dir}
    59 # Space-separated list of JVM arguments used when running the project
    60 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    61 # or test-sys-prop.name=value to set system properties for unit tests):
    62 run.jvmargs=
    63 run.modulepath=\
    64     ${javac.modulepath}
    65 run.test.classpath=\
    66     ${javac.test.classpath}:\
    67     ${build.test.classes.dir}
    68 run.test.modulepath=\
    69     ${javac.test.modulepath}
    70 source.encoding=UTF-8
    71 src.dir=src
    72 test.src.dir=test