Skip to content
Snippets Groups Projects
Commit 7a71ed7e authored by Brutzman, Don's avatar Brutzman, Don
Browse files

NetBeans 12.5, small project configuration adjustments/sorting

parent 92f2e877
No related branches found
No related tags found
No related merge requests found
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=a21aee8e nbproject/build-impl.xml.data.CRC32=6fbe5857
nbproject/build-impl.xml.script.CRC32=b33f34e1 nbproject/build-impl.xml.script.CRC32=b33f34e1
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48 nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48
...@@ -42,6 +42,7 @@ dist.jlink.output=${dist.jlink.dir}/open-dis7-java ...@@ -42,6 +42,7 @@ dist.jlink.output=${dist.jlink.dir}/open-dis7-java
endorsed.classpath= endorsed.classpath=
excludes=**/logs/ **/X3dInterpolators/ excludes=**/logs/ **/X3dInterpolators/
file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar
file.reference.classes-edu=build/classes/edu
file.reference.commons-io-2.6.jar=lib/commons-io-2.6.jar file.reference.commons-io-2.6.jar=lib/commons-io-2.6.jar
file.reference.guava-28.0-jre.jar=lib/guava-28.0-jre.jar file.reference.guava-28.0-jre.jar=lib/guava-28.0-jre.jar
file.reference.junit-jupiter-api-5.7.0.jar=testlibs/junit-jupiter-api-5.7.0.jar file.reference.junit-jupiter-api-5.7.0.jar=testlibs/junit-jupiter-api-5.7.0.jar
...@@ -68,12 +69,13 @@ javac.processorpath=\ ...@@ -68,12 +69,13 @@ javac.processorpath=\
javac.source=1.8 javac.source=1.8
javac.target=1.8 javac.target=1.8
javac.test.classpath=\ javac.test.classpath=\
${file.reference.apiguardian-api-1.1.0.jar}:\
${javac.classpath}:\
${build.classes.dir}:\ ${build.classes.dir}:\
${javac.classpath}:\
${file.reference.apiguardian-api-1.1.0.jar}:\
${file.reference.junit-jupiter-api-5.7.0.jar}:\ ${file.reference.junit-jupiter-api-5.7.0.jar}:\
${file.reference.junit-jupiter-engine-5.7.0.jar}:\ ${file.reference.junit-jupiter-engine-5.7.0.jar}:\
${libs.junit_5.classpath} ${libs.junit_5.classpath}:\
${file.reference.classes-edu}
javac.test.modulepath=\ javac.test.modulepath=\
${javac.modulepath} ${javac.modulepath}
javac.test.processorpath=\ javac.test.processorpath=\
...@@ -116,12 +118,11 @@ manifest.custom.codebase= ...@@ -116,12 +118,11 @@ manifest.custom.codebase=
manifest.custom.permissions= manifest.custom.permissions=
meta.inf.dir=${src.dir}/META-INF meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false mkdist.disabled=false
no.dependencies=true
platform.active=JDK_16 platform.active=JDK_16
project.licensePath=./license.txt project.licensePath=./license.txt
run.classpath=\ run.classpath=\
${javac.classpath}:\ ${build.classes.dir}:\
${build.classes.dir} ${javac.classpath}
# Space-separated list of JVM arguments used when running the project. # Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # 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: # To set system properties for unit tests define test-sys-prop.name=value:
...@@ -129,10 +130,10 @@ run.jvmargs= ...@@ -129,10 +130,10 @@ run.jvmargs=
run.modulepath=\ run.modulepath=\
${javac.modulepath} ${javac.modulepath}
run.test.classpath=\ run.test.classpath=\
${file.reference.opentest4j-1.2.0.jar}:\
${javac.test.classpath}:\ ${javac.test.classpath}:\
${file.reference.junit-platform-console-standalone-1.7.0.jar}:\ ${build.test.classes.dir}:\
${build.test.classes.dir} ${file.reference.opentest4j-1.2.0.jar}:\
${file.reference.junit-platform-console-standalone-1.7.0.jar}
run.test.modulepath=\ run.test.modulepath=\
${javac.test.modulepath} ${javac.test.modulepath}
source.encoding=UTF-8 source.encoding=UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment