Skip to content
Snippets Groups Projects
Commit 62bf75cc authored by terry-norbraten's avatar terry-norbraten
Browse files

archive logs should be kept here, not in src

parent 3901c20b
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,**/logs/ 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
...@@ -112,7 +112,7 @@ jnlp.signed=false ...@@ -112,7 +112,7 @@ jnlp.signed=false
jnlp.signing= jnlp.signing=
jnlp.signing.alias= jnlp.signing.alias=
jnlp.signing.keystore= jnlp.signing.keystore=
main.class=edu.nps.moves.dis7.utilities.stream.PduRecorder main.class=edu.nps.moves.dis7.examples.PduReaderPlayer
# 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 Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
manifest.custom.application.library.allowable.codebase= 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. # Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
......
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