samples/stateful/nbproject/project.properties
changeset 416 9ed8788a1a4e
parent 354 f77d863ac962
     1.1 --- a/samples/stateful/nbproject/project.properties	Sun May 02 15:37:46 2010 +0200
     1.2 +++ b/samples/stateful/nbproject/project.properties	Fri Apr 03 16:32:36 2020 +0200
     1.3 @@ -18,8 +18,12 @@
     1.4  #debug.transport=dt_socket
     1.5  debug.classpath=\
     1.6      ${run.classpath}
     1.7 +debug.modulepath=\
     1.8 +    ${run.modulepath}
     1.9  debug.test.classpath=\
    1.10      ${run.test.classpath}
    1.11 +debug.test.modulepath=\
    1.12 +    ${run.test.modulepath}
    1.13  # This directory is removed when the project is cleaned:
    1.14  dist.dir=dist
    1.15  dist.jar=${dist.dir}/stateful.jar
    1.16 @@ -33,14 +37,18 @@
    1.17  # Space-separated list of extra javac options
    1.18  javac.compilerargs=
    1.19  javac.deprecation=false
    1.20 +javac.modulepath=
    1.21 +javac.processormodulepath=
    1.22  javac.processorpath=\
    1.23      ${javac.classpath}
    1.24 -javac.source=1.5
    1.25 -javac.target=1.5
    1.26 +javac.source=1.6
    1.27 +javac.target=1.6
    1.28  javac.test.classpath=\
    1.29      ${javac.classpath}:\
    1.30      ${build.classes.dir}:\
    1.31      ${file.reference.junit-4.4.jar}
    1.32 +javac.test.modulepath=\
    1.33 +    ${javac.modulepath}
    1.34  javac.test.processorpath=\
    1.35      ${javac.test.classpath}
    1.36  javadoc.additionalparam=
    1.37 @@ -64,9 +72,13 @@
    1.38  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.39  # or test-sys-prop.name=value to set system properties for unit tests):
    1.40  run.jvmargs=
    1.41 +run.modulepath=\
    1.42 +    ${javac.modulepath}
    1.43  run.test.classpath=\
    1.44      ${javac.test.classpath}:\
    1.45      ${build.test.classes.dir}
    1.46 +run.test.modulepath=\
    1.47 +    ${javac.test.modulepath}
    1.48  source.encoding=UTF-8
    1.49  src.dir=src
    1.50  test.src.dir=test