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