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

accept Terry's changes

parent 3182f442
No related branches found
No related tags found
No related merge requests found
annotation.processing.enabled=true annotation.processing.enabled=true
annotation.processing.enabled.in.editor=true annotation.processing.enabled.in.editor=true
annotation.processing.processors.list= annotation.processing.processors.list=
annotation.processing.run.all.processors=true annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.desc=Project to provide a type-safe Java implementation of the DIS Protocol version 7, IEEE 1278.1-2012 and SISO-REF-010 Enumerations specifications. application.desc=Project to provide a type-safe Java implementation of the DIS Protocol version 7, IEEE 1278.1-2012 and SISO-REF-010 Enumerations specifications.
application.homepage=https://github.com/open-dis/open-dis7-java application.homepage=https://github.com/open-dis/open-dis7-java
application.splash=..\\images\\OpenDisSurferDude.png application.splash=..\\images\\OpenDisSurferDude.png
application.title=open-dis7-java application.title=open-dis7-java
application.vendor=Naval Postgraduate School (NPS) application.vendor=Naval Postgraduate School (NPS)
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
build.classes.dir=${build.dir}/classes build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
build.dir=build build.dir=build
build.generated.dir=${build.dir}/generated build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here: # Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection transport: # Uncomment to specify the preferred debugger connection transport:
#debug.transport=dt_socket #debug.transport=dt_socket
debug.classpath=\ debug.classpath=\
${run.classpath} ${run.classpath}
debug.modulepath=\ debug.modulepath=\
${run.modulepath} ${run.modulepath}
debug.test.classpath=\ debug.test.classpath=\
${run.test.classpath} ${run.test.classpath}
debug.test.modulepath=\ debug.test.modulepath=\
${run.test.modulepath} ${run.test.modulepath}
# Files in build.classes.dir which should be excluded from distribution jar # Files in build.classes.dir which should be excluded from distribution jar
dist.archive.excludes= dist.archive.excludes=
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
dist.dir=dist dist.dir=dist
dist.jar=${dist.dir}/open-dis7-java.jar dist.jar=${dist.dir}/open-dis7-java.jar
dist.javadoc.dir=${dist.dir}/javadoc dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.dir=${dist.dir}/jlink dist.jlink.dir=${dist.dir}/jlink
dist.jlink.output=${dist.jlink.dir}/open-dis7-java 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.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-platform-commons-1.6.2.jar=testlibs/junit-platform-commons-1.6.2.jar file.reference.junit-jupiter-api-5.7.0.jar=testlibs/junit-jupiter-api-5.7.0.jar
file.reference.junit-platform-console-1.6.2.jar=testlibs/junit-platform-console-1.6.2.jar file.reference.junit-jupiter-engine-5.7.0.jar=testlibs/junit-jupiter-engine-5.7.0.jar
file.reference.junit-platform-engine-1.6.2.jar=testlibs/junit-platform-engine-1.6.2.jar file.reference.junit-platform-console-standalone-1.7.0.jar=testlibs/junit-platform-console-standalone-1.7.0.jar
file.reference.junit-platform-launcher-1.6.2.jar=testlibs/junit-platform-launcher-1.6.2.jar file.reference.open-dis7-enumerations-classes.jar=dist/open-dis7-enumerations-classes.jar
file.reference.junit-platform-reporting-1.6.2.jar=testlibs/junit-platform-reporting-1.6.2.jar file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar
file.reference.open-dis7-java-src=src file.reference.srm-4.4.0.jar=lib/srm-4.4.0.jar
file.reference.open-dis7-java-src-generated=src-generated includes=**
file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar jar.archive.disabled=${jnlp.enabled}
includes=** jar.compress=false
jar.archive.disabled=${jnlp.enabled} jar.index=${jnlp.enabled}
jar.compress=false javac.classpath=\
jar.index=${jnlp.enabled} ${file.reference.commons-io-2.6.jar}:\
javac.classpath=\ ${file.reference.guava-28.0-jre.jar}:\
${file.reference.open-dis7-java-src}:\ ${file.reference.open-dis7-enumerations-classes.jar}:\
${file.reference.open-dis7-java-src-generated}:\ ${file.reference.srm-4.4.0.jar}
${file.reference.commons-io-2.6.jar}:\ # Space-separated list of extra javac options
${file.reference.guava-28.0-jre.jar} javac.compilerargs=-Xlint:unchecked
# Space-separated list of extra javac options javac.deprecation=true
javac.compilerargs=-Xlint:unchecked javac.external.vm=true
javac.deprecation=true javac.modulepath=
javac.external.vm=true javac.processormodulepath=
javac.modulepath= javac.processorpath=\
javac.processormodulepath= ${javac.classpath}
javac.processorpath=\ javac.source=1.8
${javac.classpath} javac.target=1.8
javac.source=1.8 javac.test.classpath=\
javac.target=1.8 ${file.reference.apiguardian-api-1.1.0.jar}:\
javac.test.classpath=\ ${javac.classpath}:\
${file.reference.open-dis7-java-src}:\ ${build.classes.dir}:\
${file.reference.open-dis7-java-src-generated}:\ ${file.reference.junit-jupiter-api-5.7.0.jar}:\
${libs.junit_5.classpath}:\ ${file.reference.junit-jupiter-engine-5.7.0.jar}
${file.reference.apiguardian-api-1.1.0.jar}:\ javac.test.modulepath=\
${libs.hamcrest.classpath}:\ ${javac.modulepath}
${javac.classpath}:\ javac.test.processorpath=\
${build.classes.dir} ${javac.test.classpath}
javac.test.modulepath=\ javadoc.additionalparam=
${javac.modulepath} javadoc.author=true
javac.test.processorpath=\ javadoc.encoding=${source.encoding}
${javac.test.classpath} javadoc.html5=false
javadoc.additionalparam= javadoc.noindex=false
javadoc.author=true javadoc.nonavbar=false
javadoc.encoding=${source.encoding} javadoc.notree=false
javadoc.html5=false javadoc.private=false
javadoc.noindex=false javadoc.splitindex=true
javadoc.nonavbar=false javadoc.use=true
javadoc.notree=false javadoc.version=false
javadoc.private=false javadoc.windowtitle=
javadoc.splitindex=true # The jlink additional root modules to resolve
javadoc.use=true jlink.additionalmodules=
javadoc.version=false # The jlink additional command line parameters
javadoc.windowtitle= jlink.additionalparam=
# The jlink additional root modules to resolve jlink.launcher=true
jlink.additionalmodules= jlink.launcher.name=open-dis7-java
# The jlink additional command line parameters jnlp.codebase.type=no.codebase
jlink.additionalparam= jnlp.descriptor=application
jlink.launcher=true jnlp.enabled=false
jlink.launcher.name=open-dis7-java jnlp.mixed.code=default
jnlp.codebase.type=no.codebase jnlp.offline-allowed=false
jnlp.descriptor=application jnlp.signed=false
jnlp.enabled=false jnlp.signing=
jnlp.mixed.code=default jnlp.signing.alias=
jnlp.offline-allowed=false jnlp.signing.keystore=
jnlp.signed=false main.class=edu.nps.moves.dis7.examples.PduReaderPlayer
jnlp.signing= # Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
jnlp.signing.alias= manifest.custom.application.library.allowable.codebase=
jnlp.signing.keystore= # Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
main.class=edu.nps.moves.dis7.examples.PduReaderPlayer manifest.custom.caller.allowable.codebase=
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. # Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed
manifest.custom.application.library.allowable.codebase= manifest.custom.codebase=
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. # Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
manifest.custom.caller.allowable.codebase= manifest.custom.permissions=
# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed meta.inf.dir=${src.dir}/META-INF
manifest.custom.codebase= mkdist.disabled=false
# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) platform.active=default_platform
manifest.custom.permissions= project.licensePath=./license.txt
meta.inf.dir=${src.dir}/META-INF run.classpath=\
mkdist.disabled=false ${javac.classpath}:\
platform.active=Open_JDK_14.0.2 ${build.classes.dir}
project.licensePath=./license.txt # Space-separated list of JVM arguments used when running the project.
run.classpath=\ # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
${javac.classpath}:\ # To set system properties for unit tests define test-sys-prop.name=value:
${build.classes.dir} run.jvmargs=
# Space-separated list of JVM arguments used when running the project. run.modulepath=\
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. ${javac.modulepath}
# To set system properties for unit tests define test-sys-prop.name=value: run.test.classpath=\
run.jvmargs= ${file.reference.opentest4j-1.2.0.jar}:\
run.modulepath=\ ${javac.test.classpath}:\
${javac.modulepath} ${file.reference.junit-platform-console-standalone-1.7.0.jar}:\
run.test.classpath=\ ${build.test.classes.dir}
${file.reference.open-dis7-java-src}:\ run.test.modulepath=\
${file.reference.open-dis7-java-src-generated}:\ ${javac.test.modulepath}
${file.reference.junit-platform-commons-1.6.2.jar}:\ source.encoding=UTF-8
${file.reference.junit-platform-console-1.6.2.jar}:\ src.dir=src
${file.reference.junit-platform-engine-1.6.2.jar}:\ test.src.dir=test
${file.reference.junit-platform-launcher-1.6.2.jar}:\
${file.reference.junit-platform-reporting-1.6.2.jar}:\
${file.reference.opentest4j-1.2.0.jar}:\
${javac.test.classpath}:\
${build.test.classes.dir}
run.test.modulepath=\
${javac.test.modulepath}
source.encoding=UTF-8
src.dir=src
src.src-generated.dir=src-generated
test.src.dir=test
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