samples/cloneproblem/nbproject/project.properties
changeset 413 f11943a373a7
parent 372 1a84ff19120a
     1.1 --- a/samples/cloneproblem/nbproject/project.properties	Thu Mar 03 18:50:34 2011 +0100
     1.2 +++ b/samples/cloneproblem/nbproject/project.properties	Mon Nov 11 13:17:34 2019 +0100
     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}/cloneproblem.jar
    1.16 @@ -32,6 +36,8 @@
    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.6
    1.25 @@ -40,6 +46,8 @@
    1.26      ${javac.classpath}:\
    1.27      ${build.classes.dir}:\
    1.28      ${file.reference.junit-4.4.jar}
    1.29 +javac.test.modulepath=\
    1.30 +    ${javac.modulepath}
    1.31  javac.test.processorpath=\
    1.32      ${javac.test.classpath}
    1.33  javadoc.additionalparam=
    1.34 @@ -63,9 +71,13 @@
    1.35  # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    1.36  # or test-sys-prop.name=value to set system properties for unit tests):
    1.37  run.jvmargs=
    1.38 +run.modulepath=\
    1.39 +    ${javac.modulepath}
    1.40  run.test.classpath=\
    1.41      ${javac.test.classpath}:\
    1.42      ${build.test.classes.dir}
    1.43 +run.test.modulepath=\
    1.44 +    ${javac.test.modulepath}
    1.45  source.encoding=UTF-8
    1.46  src.dir=src
    1.47  test.src.dir=test