samples/misuse/nbproject/project.properties
changeset 413 f11943a373a7
parent 101 c27834b52df0
     1.1 --- a/samples/misuse/nbproject/project.properties	Sat Jun 14 09:54:22 2008 +0200
     1.2 +++ b/samples/misuse/nbproject/project.properties	Mon Nov 11 13:17:34 2019 +0100
     1.3 @@ -5,14 +5,19 @@
     1.4  # This directory is removed when the project is cleaned:
     1.5  build.dir=build
     1.6  build.generated.dir=${build.dir}/generated
     1.7 +build.generated.sources.dir=${build.dir}/generated-sources
     1.8  # Only compile against the classpath explicitly listed here:
     1.9  build.sysclasspath=ignore
    1.10  build.test.classes.dir=${build.dir}/test/classes
    1.11  build.test.results.dir=${build.dir}/test/results
    1.12  debug.classpath=\
    1.13      ${run.classpath}
    1.14 +debug.modulepath=\
    1.15 +    ${run.modulepath}
    1.16  debug.test.classpath=\
    1.17      ${run.test.classpath}
    1.18 +debug.test.modulepath=\
    1.19 +    ${run.test.modulepath}
    1.20  # This directory is removed when the project is cleaned:
    1.21  dist.dir=dist
    1.22  dist.jar=${dist.dir}/misuse.jar
    1.23 @@ -24,13 +29,17 @@
    1.24  # Space-separated list of extra javac options
    1.25  javac.compilerargs=-Xlint:unchecked
    1.26  javac.deprecation=false
    1.27 -javac.source=1.5
    1.28 -javac.target=1.5
    1.29 +javac.modulepath=
    1.30 +javac.processormodulepath=
    1.31 +javac.source=1.6
    1.32 +javac.target=1.6
    1.33  javac.test.classpath=\
    1.34      ${javac.classpath}:\
    1.35      ${build.classes.dir}:\
    1.36      ${libs.junit.classpath}:\
    1.37      ${libs.junit_4.classpath}
    1.38 +javac.test.modulepath=\
    1.39 +    ${javac.modulepath}
    1.40  javadoc.additionalparam=
    1.41  javadoc.author=false
    1.42  javadoc.encoding=${source.encoding}
    1.43 @@ -51,9 +60,13 @@
    1.44  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.45  # or test-sys-prop.name=value to set system properties for unit tests):
    1.46  run.jvmargs=
    1.47 +run.modulepath=\
    1.48 +    ${javac.modulepath}
    1.49  run.test.classpath=\
    1.50      ${javac.test.classpath}:\
    1.51      ${build.test.classes.dir}
    1.52 +run.test.modulepath=\
    1.53 +    ${javac.test.modulepath}
    1.54  source.encoding=UTF-8
    1.55  src.dir=src
    1.56  test.src.dir=test