samples/gc/nbproject/project.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 11 Nov 2019 13:17:34 +0100
changeset 413 f11943a373a7
parent 340 9c1a298e51a9
permissions -rw-r--r--
Updating to projects from NetBeans 11.2
     1 application.title=gc
     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}/gc.jar
    24 dist.javadoc.dir=${dist.dir}/javadoc
    25 excludes=
    26 file.reference.junit-4.4.jar=../libs/dist/junit-4.4.jar
    27 file.reference.org-netbeans-insane.jar=../libs/dist/org-netbeans-insane.jar
    28 file.reference.org-netbeans-modules-nbjunit.jar=../libs/dist/org-netbeans-modules-nbjunit.jar
    29 file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    30 file.reference.org-openide-util-lookup.jar=../libs/dist/org-openide-util-lookup.jar
    31 includes=**
    32 jar.compress=false
    33 javac.classpath=\
    34     ${file.reference.org-openide-util.jar}:\
    35     ${file.reference.org-openide-util-lookup.jar}
    36 # Space-separated list of extra javac options
    37 javac.compilerargs=
    38 javac.deprecation=false
    39 javac.modulepath=
    40 javac.processormodulepath=
    41 javac.source=1.6
    42 javac.target=1.6
    43 javac.test.classpath=\
    44     ${javac.classpath}:\
    45     ${build.classes.dir}:\
    46     ${file.reference.org-netbeans-insane.jar}:\
    47     ${file.reference.org-netbeans-modules-nbjunit.jar}:\
    48     ${file.reference.junit-4.4.jar}
    49 javac.test.modulepath=\
    50     ${javac.modulepath}
    51 javadoc.additionalparam=
    52 javadoc.author=false
    53 javadoc.encoding=${source.encoding}
    54 javadoc.noindex=false
    55 javadoc.nonavbar=false
    56 javadoc.notree=false
    57 javadoc.private=false
    58 javadoc.splitindex=true
    59 javadoc.use=true
    60 javadoc.version=false
    61 javadoc.windowtitle=
    62 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
    63 meta.inf.dir=${src.dir}/META-INF
    64 platform.active=default_platform
    65 run.classpath=\
    66     ${javac.classpath}:\
    67     ${build.classes.dir}
    68 # Space-separated list of JVM arguments used when running the project
    69 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    70 # or test-sys-prop.name=value to set system properties for unit tests):
    71 run.jvmargs=
    72 run.modulepath=\
    73     ${javac.modulepath}
    74 run.test.classpath=\
    75     ${javac.test.classpath}:\
    76     ${build.test.classes.dir}
    77 run.test.modulepath=\
    78     ${javac.test.modulepath}
    79 source.encoding=UTF-8
    80 src.dir=src
    81 test.src.dir=test