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

project property tweaks

parent 2f0f3ead
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.title=open-dis7-java application.homepage=TODO
application.vendor=mike 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= endorsed.classpath=
file.reference.apiguardian-api-1.1.0.jar=testlibs/apiguardian-api-1.1.0.jar excludes=
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=optionallibs/commons-io-2.6.jar
file.reference.junit-platform-commons-1.5.1.jar=testlibs/junit-platform-commons-1.5.1.jar file.reference.guava-28.0-jre.jar=optionallibs/guava-28.0-jre.jar
file.reference.junit-platform-console-1.5.1.jar=testlibs/junit-platform-console-1.5.1.jar file.reference.junit-platform-commons-1.5.1.jar=testlibs/junit-platform-commons-1.5.1.jar
file.reference.junit-platform-engine-1.5.1.jar=testlibs/junit-platform-engine-1.5.1.jar file.reference.junit-platform-console-1.5.1.jar=testlibs/junit-platform-console-1.5.1.jar
file.reference.junit-platform-launcher-1.5.1.jar=testlibs/junit-platform-launcher-1.5.1.jar file.reference.junit-platform-engine-1.5.1.jar=testlibs/junit-platform-engine-1.5.1.jar
file.reference.junit-platform-reporting-1.5.1.jar=testlibs/junit-platform-reporting-1.5.1.jar file.reference.junit-platform-launcher-1.5.1.jar=testlibs/junit-platform-launcher-1.5.1.jar
file.reference.open-dis7-entities-all.jar=entityjars/open-dis7-entities-all.jar file.reference.junit-platform-reporting-1.5.1.jar=testlibs/junit-platform-reporting-1.5.1.jar
file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa-land.jar file.reference.open-dis7-entities-all.jar=entityjars/open-dis7-entities-all.jar
file.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-usa-surface.jar file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa-land.jar
file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar file.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-usa-surface.jar
includes=** file.reference.opentest4j-1.2.0.jar=testlibs/opentest4j-1.2.0.jar
jar.compress=false includes=**
javac.classpath=\ jar.compress=false
${file.reference.guava-28.0-jre.jar}:\ javac.classpath=\
${file.reference.commons-io-2.6.jar}:\ ${file.reference.guava-28.0-jre.jar}:\
${file.reference.open-dis7-entities-usa-surface.jar}:\ ${file.reference.commons-io-2.6.jar}:\
${file.reference.open-dis7-entities-usa-land.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=false 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.open-dis7-entities-all.jar}:\ ${libs.junit_5.classpath}:\
${file.reference.apiguardian-api-1.1.0.jar}:\ ${file.reference.open-dis7-entities-all.jar}:\
${file.reference.junit-platform-commons-1.5.1.jar}:\ ${file.reference.apiguardian-api-1.1.0.jar}:\
${file.reference.junit-platform-console-1.5.1.jar}:\ ${file.reference.junit-platform-commons-1.5.1.jar}:\
${file.reference.junit-platform-engine-1.5.1.jar}:\ ${file.reference.junit-platform-console-1.5.1.jar}:\
${file.reference.junit-platform-launcher-1.5.1.jar}:\ ${file.reference.junit-platform-engine-1.5.1.jar}:\
${file.reference.junit-platform-reporting-1.5.1.jar}:\ ${file.reference.junit-platform-launcher-1.5.1.jar}:\
${file.reference.opentest4j-1.2.0.jar} ${file.reference.junit-platform-reporting-1.5.1.jar}:\
javac.test.modulepath=\ ${file.reference.opentest4j-1.2.0.jar}
${javac.modulepath} javac.test.modulepath=\
javac.test.processorpath=\ ${javac.modulepath}
${javac.test.classpath} javac.test.processorpath=\
javadoc.additionalparam= ${javac.test.classpath}
javadoc.author=false javadoc.additionalparam=
javadoc.encoding=${source.encoding} javadoc.author=false
javadoc.html5=false javadoc.encoding=${source.encoding}
javadoc.noindex=false javadoc.html5=false
javadoc.nonavbar=false javadoc.noindex=false
javadoc.notree=false javadoc.nonavbar=false
javadoc.private=false javadoc.notree=false
javadoc.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-javadoc.jar javadoc.private=false
javadoc.splitindex=true javadoc.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-javadoc.jar
javadoc.use=true javadoc.splitindex=true
javadoc.version=false javadoc.use=true
javadoc.windowtitle= javadoc.version=false
# The jlink additional root modules to resolve javadoc.windowtitle=
jlink.additionalmodules= # The jlink additional root modules to resolve
# The jlink additional command line parameters jlink.additionalmodules=
jlink.additionalparam= # The jlink additional command line parameters
jlink.launcher=true jlink.additionalparam=
jlink.launcher.name=open-dis7-java jlink.launcher=true
main.class=edu.nps.moves.dis7.util.playerrecorder.Player jlink.launcher.name=open-dis7-java
meta.inf.dir=${src.dir}/META-INF main.class=edu.nps.moves.dis7.utilities.playerrecorder.PduPlayer
mkdist.disabled=true meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform mkdist.disabled=true
run.classpath=\ platform.active=default_platform
${javac.classpath}:\ run.classpath=\
${build.classes.dir} ${javac.classpath}:\
# Space-separated list of JVM arguments used when running the project. ${build.classes.dir}
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value. # Space-separated list of JVM arguments used when running the project.
# To set system properties for unit tests define test-sys-prop.name=value: # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
run.jvmargs= # To set system properties for unit tests define test-sys-prop.name=value:
run.modulepath=\ run.jvmargs=
${javac.modulepath} run.modulepath=\
run.test.classpath=\ ${javac.modulepath}
${javac.test.classpath}:\ run.test.classpath=\
${build.test.classes.dir}:\ ${javac.test.classpath}:\
${file.reference.open-dis7-entities-all.jar} ${build.test.classes.dir}:\
run.test.modulepath=\ ${file.reference.open-dis7-entities-all.jar}
${javac.test.modulepath} run.test.modulepath=\
source.encoding=UTF-8 ${javac.test.modulepath}
src.dir=src source.encoding=UTF-8
src.src-generated.dir=src-generated src.dir=src
test.src.dir=test src.src-generated.dir=src-generated
manifest.file=MANIFEST.MF test.src.dir=test
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