samples/extensibleicon/nbproject/project.properties
changeset 413 f11943a373a7
parent 340 9c1a298e51a9
     1.1 --- a/samples/extensibleicon/nbproject/project.properties	Mon Dec 21 16:54:12 2009 +0100
     1.2 +++ b/samples/extensibleicon/nbproject/project.properties	Mon Nov 11 13:17:34 2019 +0100
     1.3 @@ -10,8 +10,12 @@
     1.4  build.test.results.dir=${build.dir}/test/results
     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}/extensibleicon.jar
    1.16 @@ -28,14 +32,18 @@
    1.17  # Space-separated list of extra javac options
    1.18  javac.compilerargs=
    1.19  javac.deprecation=false
    1.20 -javac.source=1.5
    1.21 -javac.target=1.5
    1.22 +javac.modulepath=
    1.23 +javac.processormodulepath=
    1.24 +javac.source=1.6
    1.25 +javac.target=1.6
    1.26  javac.test.classpath=\
    1.27      ${javac.classpath}:\
    1.28      ${build.classes.dir}:\
    1.29      ${file.reference.junit4.jar}:\
    1.30      ${file.reference.org-netbeans-insane.jar}:\
    1.31      ${file.reference.org-netbeans-modules-nbjunit.jar}
    1.32 +javac.test.modulepath=\
    1.33 +    ${javac.modulepath}
    1.34  javadoc.additionalparam=
    1.35  javadoc.author=false
    1.36  javadoc.encoding=${source.encoding}
    1.37 @@ -57,9 +65,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