Skip to content
Snippets Groups Projects
Commit 67e718db authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Include usa-land entities in default project classpath

parent 3ec9258f
No related branches found
No related tags found
No related merge requests found
...@@ -37,13 +37,15 @@ endorsed.classpath= ...@@ -37,13 +37,15 @@ endorsed.classpath=
excludes= excludes=
file.reference.commons-io-2.6.jar=optionallibs/commons-io-2.6.jar file.reference.commons-io-2.6.jar=optionallibs/commons-io-2.6.jar
file.reference.guava-28.0-jre.jar=optionallibs/guava-28.0-jre.jar file.reference.guava-28.0-jre.jar=optionallibs/guava-28.0-jre.jar
file.reference.open-dis7-entities-usa-land.jar=entityjars/open-dis7-entities-usa-land.jar
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
includes=** includes=**
jar.compress=false jar.compress=false
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}:\
${file.reference.open-dis7-entities-usa-surface.jar} ${file.reference.open-dis7-entities-usa-surface.jar}:\
${file.reference.open-dis7-entities-usa-land.jar}
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs= javac.compilerargs=
javac.deprecation=false javac.deprecation=false
......
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