samples/trycatchredo/nbproject/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 11 Nov 2019 13:17:34 +0100
changeset 413 f11943a373a7
parent 312 0678c9589013
permissions -rw-r--r--
Updating to projects from NetBeans 11.2
     1 build.classes.dir=${build.dir}/classes
     2 build.classes.excludes=**/*.java,**/*.form
     3 # This directory is removed when the project is cleaned:
     4 build.dir=build
     5 build.generated.dir=${build.dir}/generated
     6 build.generated.sources.dir=${build.dir}/generated-sources
     7 # Only compile against the classpath explicitly listed here:
     8 build.sysclasspath=ignore
     9 build.test.classes.dir=${build.dir}/test/classes
    10 build.test.results.dir=${build.dir}/test/results
    11 debug.classpath=\
    12     ${run.classpath}
    13 debug.modulepath=\
    14     ${run.modulepath}
    15 debug.test.classpath=\
    16     ${run.test.classpath}
    17 debug.test.modulepath=\
    18     ${run.test.modulepath}
    19 # This directory is removed when the project is cleaned:
    20 dist.dir=dist
    21 dist.jar=${dist.dir}/trycatchredo.jar
    22 dist.javadoc.dir=${dist.dir}/javadoc
    23 excludes=
    24 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    25 includes=**
    26 jar.compress=false
    27 javac.classpath=
    28 # Space-separated list of extra javac options
    29 javac.compilerargs=
    30 javac.deprecation=false
    31 javac.modulepath=
    32 javac.processormodulepath=
    33 javac.source=1.6
    34 javac.target=1.6
    35 javac.test.classpath=\
    36     ${javac.classpath}:\
    37     ${build.classes.dir}:\
    38     ${file.reference.junit-4.4.jar}
    39 javac.test.modulepath=\
    40     ${javac.modulepath}
    41 javadoc.additionalparam=
    42 javadoc.author=false
    43 javadoc.encoding=${source.encoding}
    44 javadoc.noindex=false
    45 javadoc.nonavbar=false
    46 javadoc.notree=false
    47 javadoc.private=false
    48 javadoc.splitindex=true
    49 javadoc.use=true
    50 javadoc.version=false
    51 javadoc.windowtitle=
    52 main.class=org.apidesign.exceptions.trycatchredo.usage.Main
    53 meta.inf.dir=${src.dir}/META-INF
    54 platform.active=default_platform
    55 run.classpath=\
    56     ${javac.classpath}:\
    57     ${build.classes.dir}
    58 # Space-separated list of JVM arguments used when running the project
    59 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    60 # or test-sys-prop.name=value to set system properties for unit tests):
    61 run.jvmargs=
    62 run.modulepath=\
    63     ${javac.modulepath}
    64 run.test.classpath=\
    65     ${javac.test.classpath}:\
    66     ${build.test.classes.dir}
    67 run.test.modulepath=\
    68     ${javac.test.modulepath}
    69 source.encoding=UTF-8
    70 src.dir=src
    71 test.src.dir=test