Skip to content
Snippets Groups Projects
Commit 7b2658bb authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

add DIS7 lib

parent f5e0d6f0
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=false annotation.processing.enabled.in.editor=false
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=Student assignments performed as part of course Networked Graphics MV3500 application.desc=Student assignments performed as part of course Networked Graphics MV3500
application.homepage=https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments application.homepage=https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments
application.title=Networked Graphics MV3500 assignments application.title=Networked Graphics MV3500 assignments
application.vendor=Don Brutzman application.vendor=Don Brutzman
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}/Networked_Graphics_MV3500_assignments.jar dist.jar=${dist.dir}/Networked_Graphics_MV3500_assignments.jar
dist.javadoc.dir=${dist.dir}/javadoc dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath= endorsed.classpath=
excludes= excludes=
file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar
file.reference.open-dis_4.16.jar=../lib/open-dis_4.16.jar file.reference.open-dis7-java.jar=../lib/open-dis7-java.jar
includes=** file.reference.open-dis_4.16.jar=../lib/open-dis_4.16.jar
jar.compress=false includes=**
javac.classpath=\ jar.compress=false
${file.reference.open-dis_4.16.jar}:\ javac.classpath=\
${file.reference.dis-enums-1.3.jar} ${file.reference.open-dis_4.16.jar}:\
# Space-separated list of extra javac options ${file.reference.open-dis7-java.jar}:\
javac.compilerargs= ${file.reference.dis-enums-1.3.jar}
javac.deprecation=false # Space-separated list of extra javac options
javac.external.vm=true javac.compilerargs=
javac.modulepath= javac.deprecation=false
javac.processormodulepath= javac.external.vm=true
javac.processorpath=\ javac.modulepath=
${javac.classpath} javac.processormodulepath=
javac.source=1.8 javac.processorpath=\
javac.target=1.8 ${javac.classpath}
javac.test.classpath=\ javac.source=1.8
${javac.classpath}:\ javac.target=1.8
${build.classes.dir} javac.test.classpath=\
javac.test.modulepath=\ ${javac.classpath}:\
${javac.modulepath} ${build.classes.dir}
javac.test.processorpath=\ javac.test.modulepath=\
${javac.test.classpath} ${javac.modulepath}
javadoc.additionalparam= javac.test.processorpath=\
javadoc.author=false ${javac.test.classpath}
javadoc.encoding=${source.encoding} javadoc.additionalparam=
javadoc.html5=false javadoc.author=false
javadoc.noindex=false javadoc.encoding=${source.encoding}
javadoc.nonavbar=false javadoc.html5=false
javadoc.notree=false javadoc.noindex=false
javadoc.private=false javadoc.nonavbar=false
javadoc.splitindex=true javadoc.notree=false
javadoc.use=true javadoc.private=false
javadoc.version=false javadoc.splitindex=true
javadoc.windowtitle= javadoc.use=true
jlink.launcher=false javadoc.version=false
jlink.launcher.name=Networked_Graphics_MV3500_assignments javadoc.windowtitle=
main.class=MV3500Cohort2019JulySeptember.homework2.Yurkovich.Yurkovich_Server jlink.launcher=false
meta.inf.dir=${src.dir}/META-INF jlink.launcher.name=Networked_Graphics_MV3500_assignments
mkdist.disabled=true main.class=MV3500Cohort2019JulySeptember.homework2.Yurkovich.Yurkovich_Server
platform.active=default_platform meta.inf.dir=${src.dir}/META-INF
run.classpath=\ mkdist.disabled=true
${javac.classpath}:\ platform.active=default_platform
${build.classes.dir} run.classpath=\
# Space-separated list of JVM arguments used when running the project. ${javac.classpath}:\
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. ${build.classes.dir}
# To set system properties for unit tests define test-sys-prop.name=value: # Space-separated list of JVM arguments used when running the project.
run.jvmargs= # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
run.modulepath=\ # To set system properties for unit tests define test-sys-prop.name=value:
${javac.modulepath} run.jvmargs=
run.test.classpath=\ run.modulepath=\
${javac.test.classpath}:\ ${javac.modulepath}
${build.test.classes.dir} run.test.classpath=\
run.test.modulepath=\ ${javac.test.classpath}:\
${javac.test.modulepath} ${build.test.classes.dir}
source.encoding=UTF-8 run.test.modulepath=\
src.dir=src ${javac.test.modulepath}
test.src.dir=test source.encoding=UTF-8
src.dir=src
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