diff -r e492694451f6 -r f11943a373a7 samples/deadlock/nbproject/project.properties --- a/samples/deadlock/nbproject/project.properties Sat Jun 14 09:54:28 2008 +0200 +++ b/samples/deadlock/nbproject/project.properties Mon Nov 11 13:17:34 2019 +0100 @@ -5,14 +5,19 @@ # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated +build.generated.sources.dir=${build.dir}/generated-sources # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results debug.classpath=\ ${run.classpath} +debug.modulepath=\ + ${run.modulepath} debug.test.classpath=\ ${run.test.classpath} +debug.test.modulepath=\ + ${run.test.modulepath} # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/deadlock.jar @@ -27,14 +32,18 @@ # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false -javac.source=1.5 -javac.target=1.5 +javac.modulepath= +javac.processormodulepath= +javac.source=1.6 +javac.target=1.6 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ ${file.reference.junit-4.4.jar}:\ ${file.reference.org-netbeans-modules-nbjunit.jar}:\ ${file.reference.org-netbeans-insane.jar} +javac.test.modulepath=\ + ${javac.modulepath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} @@ -55,9 +64,13 @@ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): run.jvmargs=-ea +run.modulepath=\ + ${javac.modulepath} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} +run.test.modulepath=\ + ${javac.test.modulepath} source.encoding=UTF-8 src.dir=src test.src.dir=test