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

configuration updates

parent 4d74173b
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.homepage=TODO 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.title=open-dis7-java application.homepage=https://github.com/open-dis/open-dis7-java
application.vendor=Naval Postgraduate School (NPS) application.title=open-dis7-java
build.classes.dir=${build.dir}/classes application.vendor=Naval Postgraduate School (NPS)
build.classes.excludes=**/*.java,**/*.form build.classes.dir=${build.dir}/classes
# This directory is removed when the project is cleaned: build.classes.excludes=**/*.java,**/*.form
build.dir=build # This directory is removed when the project is cleaned:
build.generated.dir=${build.dir}/generated build.dir=build
build.generated.sources.dir=${build.dir}/generated-sources build.generated.dir=${build.dir}/generated
# Only compile against the classpath explicitly listed here: build.generated.sources.dir=${build.dir}/generated-sources
build.sysclasspath=ignore # Only compile against the classpath explicitly listed here:
build.test.classes.dir=${build.dir}/test/classes build.sysclasspath=ignore
build.test.results.dir=${build.dir}/test/results build.test.classes.dir=${build.dir}/test/classes
# Uncomment to specify the preferred debugger connection transport: build.test.results.dir=${build.dir}/test/results
#debug.transport=dt_socket # Uncomment to specify the preferred debugger connection transport:
debug.classpath=\ #debug.transport=dt_socket
${run.classpath} debug.classpath=\
debug.modulepath=\ ${run.classpath}
${run.modulepath} debug.modulepath=\
debug.test.classpath=\ ${run.modulepath}
${run.test.classpath} debug.test.classpath=\
debug.test.modulepath=\ ${run.test.classpath}
${run.test.modulepath} debug.test.modulepath=\
# Files in build.classes.dir which should be excluded from distribution jar ${run.test.modulepath}
dist.archive.excludes= # Files in build.classes.dir which should be excluded from distribution jar
# This directory is removed when the project is cleaned: dist.archive.excludes=
dist.dir=dist # This directory is removed when the project is cleaned:
dist.jar=${dist.dir}/open-dis7-java.jar dist.dir=dist
dist.javadoc.dir=${dist.dir}/javadoc dist.jar=${dist.dir}/open-dis7-java.jar
dist.jlink.dir=${dist.dir}/jlink dist.javadoc.dir=${dist.dir}/javadoc
dist.jlink.output=${dist.jlink.dir}/open-dis7-java dist.jlink.dir=${dist.dir}/jlink
endorsed.classpath= dist.jlink.output=${dist.jlink.dir}/open-dis7-java
excludes=**/logs/ **/X3dInterpolators/ endorsed.classpath=
file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar excludes=**/logs/ **/X3dInterpolators/
file.reference.commons-io-2.6.jar=optionallibs/commons-io-2.6.jar file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar
file.reference.guava-28.0-jre.jar=optionallibs/guava-28.0-jre.jar file.reference.commons-io-2.6.jar=libs/commons-io-2.6.jar
file.reference.junit-platform-commons-1.6.2.jar=testlibs/junit-platform-commons-1.6.2.jar file.reference.guava-28.0-jre.jar=libs/guava-28.0-jre.jar
file.reference.junit-platform-console-1.6.2.jar=testlibs/junit-platform-console-1.6.2.jar file.reference.junit-platform-commons-1.6.2.jar=testlibs/junit-platform-commons-1.6.2.jar
file.reference.junit-platform-engine-1.6.2.jar=testlibs/junit-platform-engine-1.6.2.jar file.reference.junit-platform-console-1.6.2.jar=testlibs/junit-platform-console-1.6.2.jar
file.reference.junit-platform-launcher-1.6.2.jar=testlibs/junit-platform-launcher-1.6.2.jar file.reference.junit-platform-engine-1.6.2.jar=testlibs/junit-platform-engine-1.6.2.jar
file.reference.junit-platform-reporting-1.6.2.jar=testlibs/junit-platform-reporting-1.6.2.jar file.reference.junit-platform-launcher-1.6.2.jar=testlibs/junit-platform-launcher-1.6.2.jar
file.reference.open-dis7-entities-all.jar=entityjars/open-dis7-entities-all.jar file.reference.junit-platform-reporting-1.6.2.jar=testlibs/junit-platform-reporting-1.6.2.jar
file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa-land.jar file.reference.open-dis7-enumerations-classes.jar=dist/open-dis7-enumerations-classes.jar
file.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-usa-surface.jar file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar
file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar includes=**
includes=** jar.archive.disabled=${jnlp.enabled}
jar.archive.disabled=${jnlp.enabled} jar.compress=false
jar.compress=false jar.index=${jnlp.enabled}
jar.index=${jnlp.enabled} javac.classpath=\
javac.classpath=\ ${file.reference.open-dis7-enumerations-classes.jar}:\
${file.reference.guava-28.0-jre.jar}:\ ${file.reference.commons-io-2.6.jar}:\
${file.reference.commons-io-2.6.jar}:\ ${file.reference.guava-28.0-jre.jar}
${file.reference.open-dis7-entities-usa-surface.jar}:\ # Space-separated list of extra javac options
${file.reference.open-dis7-entities-usa-land.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 ${javac.classpath}:\
javac.test.classpath=\ ${build.classes.dir}:\
${javac.classpath}:\ ${libs.junit_5.classpath}:\
${build.classes.dir}:\ ${file.reference.apiguardian-api-1.1.0.jar}:\
${libs.junit_5.classpath}:\ ${libs.hamcrest.classpath}
${file.reference.open-dis7-entities-all.jar}:\ javac.test.modulepath=\
${file.reference.apiguardian-api-1.1.0.jar}:\ ${javac.modulepath}
${libs.hamcrest.classpath} 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.reference.open-dis7-enumerations-classes.jar=dist/open-dis7-enumerations-javadoc.jar
javadoc.notree=false javadoc.splitindex=true
javadoc.private=false javadoc.use=true
javadoc.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-javadoc.jar javadoc.version=false
javadoc.splitindex=true javadoc.windowtitle=
javadoc.use=true # The jlink additional root modules to resolve
javadoc.version=false jlink.additionalmodules=
javadoc.windowtitle= # The jlink additional command line parameters
# The jlink additional root modules to resolve jlink.additionalparam=
jlink.additionalmodules= jlink.launcher=true
# The jlink additional command line parameters jlink.launcher.name=open-dis7-java
jlink.additionalparam= jnlp.codebase.type=no.codebase
jlink.launcher=true jnlp.descriptor=application
jlink.launcher.name=open-dis7-java jnlp.enabled=false
jnlp.codebase.type=no.codebase jnlp.mixed.code=default
jnlp.descriptor=application jnlp.offline-allowed=false
jnlp.enabled=false jnlp.signed=false
jnlp.mixed.code=default jnlp.signing=
jnlp.offline-allowed=false jnlp.signing.alias=
jnlp.signed=false jnlp.signing.keystore=
jnlp.signing= main.class=edu.nps.moves.dis7.examples.PduReaderPlayer
jnlp.signing.alias= # Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
jnlp.signing.keystore= manifest.custom.application.library.allowable.codebase=
main.class=edu.nps.moves.dis7.examples.PduReaderPlayer # 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 Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found. manifest.custom.caller.allowable.codebase=
manifest.custom.application.library.allowable.codebase= # Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts. manifest.custom.codebase=
manifest.custom.caller.allowable.codebase= # Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed manifest.custom.permissions=
manifest.custom.codebase= meta.inf.dir=${src.dir}/META-INF
# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions) mkdist.disabled=false
manifest.custom.permissions= platform.active=Open_JDK_14.0.2
meta.inf.dir=${src.dir}/META-INF project.licensePath=./license.txt
mkdist.disabled=false run.classpath=\
platform.active=default_platform ${javac.classpath}:\
project.licensePath=./license.txt ${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=\ ${file.reference.junit-platform-commons-1.6.2.jar}:\
${javac.test.classpath}:\ ${file.reference.junit-platform-console-1.6.2.jar}:\
${build.test.classes.dir}:\ ${file.reference.junit-platform-engine-1.6.2.jar}:\
${file.reference.junit-platform-commons-1.6.2.jar}:\ ${file.reference.junit-platform-launcher-1.6.2.jar}:\
${file.reference.junit-platform-console-1.6.2.jar}:\ ${file.reference.junit-platform-reporting-1.6.2.jar}:\
${file.reference.junit-platform-engine-1.6.2.jar}:\ ${file.reference.opentest4j-1.2.0.jar}
${file.reference.junit-platform-launcher-1.6.2.jar}:\ run.test.modulepath=\
${file.reference.junit-platform-reporting-1.6.2.jar}:\ ${javac.test.modulepath}
${file.reference.opentest4j-1.2.0.jar} source.encoding=UTF-8
run.test.modulepath=\ source.reference.open-dis7-enumerations-classes.jar=dist/open-dis7-enumerations-source.jar
${javac.test.modulepath} src.dir=src
source.encoding=UTF-8 src.src-generated.dir=src-generated
src.dir=src test.dist.dir=dist
src.src-generated.dir=src-generated test.src.dir=test
test.src.dir=test manifest.file=MANIFEST.MF
manifest.file=MANIFEST.MF
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