diff -r 8ef997796d0a -r f11943a373a7 samples/friendpackage/nbproject/project.properties --- a/samples/friendpackage/nbproject/project.properties Sat Jun 14 09:55:09 2008 +0200 +++ b/samples/friendpackage/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}/friendpackage.jar @@ -25,12 +30,16 @@ # 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} +javac.test.modulepath=\ + ${javac.modulepath} javadoc.additionalparam= javadoc.author=false javadoc.encoding= @@ -51,8 +60,12 @@ # (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= +run.modulepath=\ + ${javac.modulepath} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} +run.test.modulepath=\ + ${javac.test.modulepath} src.dir=src test.src.dir=test