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

removes logs from dist.jar (reduces size about 32MB). include libs for

invoking from dist.jar
parent 17b48a93
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ application.homepage=TODO ...@@ -7,7 +7,7 @@ application.homepage=TODO
application.title=open-dis7-java application.title=open-dis7-java
application.vendor=Naval Postgraduate School (NPS) application.vendor=Naval Postgraduate School (NPS)
build.classes.dir=${build.dir}/classes build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form build.classes.excludes=**/*.java,**/*.form,**/logs/**
# 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
...@@ -49,7 +49,9 @@ file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa ...@@ -49,7 +49,9 @@ file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa
file.reference.open-dis7-entities-usa-surface.jar=entityjars/open-dis7-entities-usa-surface.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.compress=false jar.compress=false
jar.index=${jnlp.enabled}
javac.classpath=\ javac.classpath=\
${file.reference.guava-28.0-jre.jar}:\ ${file.reference.guava-28.0-jre.jar}:\
${file.reference.commons-io-2.6.jar}:\ ${file.reference.commons-io-2.6.jar}:\
...@@ -101,10 +103,28 @@ jlink.additionalmodules= ...@@ -101,10 +103,28 @@ jlink.additionalmodules=
jlink.additionalparam= jlink.additionalparam=
jlink.launcher=true jlink.launcher=true
jlink.launcher.name=open-dis7-java jlink.launcher.name=open-dis7-java
jnlp.codebase.type=no.codebase
jnlp.descriptor=application
jnlp.enabled=false
jnlp.mixed.code=default
jnlp.offline-allowed=false
jnlp.signed=false
jnlp.signing=
jnlp.signing.alias=
jnlp.signing.keystore=
main.class=edu.nps.moves.dis7.utilities.stream.PduRecorder main.class=edu.nps.moves.dis7.utilities.stream.PduRecorder
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
manifest.custom.application.library.allowable.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.
manifest.custom.caller.allowable.codebase=
# Optional override of default Codebase manifest attribute, use to prevent RIAs from being repurposed
manifest.custom.codebase=
# Optional override of default Permissions manifest attribute (supported values: sandbox, all-permissions)
manifest.custom.permissions=
meta.inf.dir=${src.dir}/META-INF meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=true mkdist.disabled=false
platform.active=default_platform platform.active=default_platform
project.licensePath=./license.txt
run.classpath=\ run.classpath=\
${javac.classpath}:\ ${javac.classpath}:\
${build.classes.dir} ${build.classes.dir}
......
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