samples/deadlock/nbproject/project.properties
changeset 416 9ed8788a1a4e
parent 103 e492694451f6
     1.1 --- a/samples/deadlock/nbproject/project.properties	Sat Jun 14 09:54:28 2008 +0200
     1.2 +++ b/samples/deadlock/nbproject/project.properties	Fri Apr 03 16:32:36 2020 +0200
     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}/deadlock.jar
    1.23 @@ -27,14 +32,18 @@
    1.24  # Space-separated list of extra javac options
    1.25  javac.compilerargs=
    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      ${file.reference.junit-4.4.jar}:\
    1.37      ${file.reference.org-netbeans-modules-nbjunit.jar}:\
    1.38      ${file.reference.org-netbeans-insane.jar}
    1.39 +javac.test.modulepath=\
    1.40 +    ${javac.modulepath}
    1.41  javadoc.additionalparam=
    1.42  javadoc.author=false
    1.43  javadoc.encoding=${source.encoding}
    1.44 @@ -55,9 +64,13 @@
    1.45  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.46  # or test-sys-prop.name=value to set system properties for unit tests):
    1.47  run.jvmargs=-ea
    1.48 +run.modulepath=\
    1.49 +    ${javac.modulepath}
    1.50  run.test.classpath=\
    1.51      ${javac.test.classpath}:\
    1.52      ${build.test.classes.dir}
    1.53 +run.test.modulepath=\
    1.54 +    ${javac.test.modulepath}
    1.55  source.encoding=UTF-8
    1.56  src.dir=src
    1.57  test.src.dir=test