X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=nbproject%2Fproject.properties;h=e68e26b7e3aa150715286861b177a65ada90ea7d;hb=refs%2Fheads%2Fmaster;hp=ee8914870f460297c6d5419da9bd6735a57fef76;hpb=d48592d952ea51d807591bbd11b1920332998b24;p=jshop-receipt-core.git diff --git a/nbproject/project.properties b/nbproject/project.properties index ee89148..e68e26b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -20,8 +20,12 @@ build.test.results.dir=${build.dir}/test/results #debug.transport=dt_socket debug.classpath=\ ${run.classpath} +debug.modulepath=\ + ${run.modulepath} debug.test.classpath=\ ${run.test.classpath} +debug.test.modulepath=\ + ${run.test.modulepath} # Files in build.classes.dir which should be excluded from distribution jar dist.archive.excludes= # This directory is removed when the project is cleaned: @@ -35,13 +39,14 @@ jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ - ${reference.jshop-receipt-lib.jar}:\ ${libs.gnu-jpdf.classpath}:\ - ${libs.javaee-api-7.0.classpath} + ${libs.jpa20-persistence.classpath} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.deprecation=true javac.external.vm=false +javac.modulepath= +javac.processormodulepath= javac.processorpath=\ ${javac.classpath} javac.source=1.7 @@ -49,6 +54,8 @@ javac.target=1.7 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} +javac.test.modulepath=\ + ${javac.modulepath} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= @@ -78,9 +85,7 @@ manifest.custom.permissions= meta.inf.dir=${src.dir}/META-INF mkdist.disabled=true platform.active=default_platform -project.jshop-receipt-lib=../jshop-receipt-lib project.license=gpl30 -reference.jshop-receipt-lib.jar=${project.jshop-receipt-lib}/dist/jshop-receipt-lib.jar run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} @@ -88,9 +93,13 @@ run.classpath=\ # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # To set system properties for unit tests define test-sys-prop.name=value: run.jvmargs= +run.modulepath=\ + ${javac.modulepath} run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} +run.test.modulepath=\ + ${javac.test.modulepath} source.encoding=UTF-8 src.dir=src test.src.dir=test