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