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