samples/friendpackage/nbproject/project.properties
changeset 413 f11943a373a7
parent 128 8ef997796d0a
     1.1 --- a/samples/friendpackage/nbproject/project.properties	Sat Jun 14 09:55:09 2008 +0200
     1.2 +++ b/samples/friendpackage/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}/friendpackage.jar
    1.23 @@ -25,12 +30,16 @@
    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 +javac.test.modulepath=\
    1.38 +    ${javac.modulepath}
    1.39  javadoc.additionalparam=
    1.40  javadoc.author=false
    1.41  javadoc.encoding=
    1.42 @@ -51,8 +60,12 @@
    1.43  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.44  # or test-sys-prop.name=value to set system properties for unit tests):
    1.45  run.jvmargs=
    1.46 +run.modulepath=\
    1.47 +    ${javac.modulepath}
    1.48  run.test.classpath=\
    1.49      ${javac.test.classpath}:\
    1.50      ${build.test.classes.dir}
    1.51 +run.test.modulepath=\
    1.52 +    ${javac.test.modulepath}
    1.53  src.dir=src
    1.54  test.src.dir=test