samples/unionfs/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=unionfs
     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}/unionfs.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-openide-filesystems.jar=../libs/dist/org-openide-filesystems.jar
    28 file.reference.org-openide-util-lookup.jar=../libs/dist/org-openide-util-lookup.jar
    29 file.reference.org-openide-util.jar=../libs/dist/org-openide-util.jar
    30 includes=**
    31 jar.compress=false
    32 javac.classpath=\
    33     ${file.reference.org-openide-util.jar}:\
    34     ${file.reference.org-openide-filesystems.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.junit-4.4.jar}
    47 javac.test.modulepath=\
    48     ${javac.modulepath}
    49 javadoc.additionalparam=
    50 javadoc.author=false
    51 javadoc.encoding=${source.encoding}
    52 javadoc.noindex=false
    53 javadoc.nonavbar=false
    54 javadoc.notree=false
    55 javadoc.private=false
    56 javadoc.splitindex=true
    57 javadoc.use=true
    58 javadoc.version=false
    59 javadoc.windowtitle=
    60 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
    61 meta.inf.dir=${src.dir}/META-INF
    62 platform.active=default_platform
    63 run.classpath=\
    64     ${javac.classpath}:\
    65     ${build.classes.dir}
    66 # Space-separated list of JVM arguments used when running the project
    67 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    68 # or test-sys-prop.name=value to set system properties for unit tests):
    69 run.jvmargs=
    70 run.modulepath=\
    71     ${javac.modulepath}
    72 run.test.classpath=\
    73     ${javac.test.classpath}:\
    74     ${build.test.classes.dir}
    75 run.test.modulepath=\
    76     ${javac.test.modulepath}
    77 source.encoding=UTF-8
    78 src.dir=src
    79 test.src.dir=test