Skip to content
Snippets Groups Projects
Commit 32e9c9da authored by brutzman's avatar brutzman
Browse files

initial OpenDISv7 tests beginning to work, with OpenDISv4 classes coexisting in project classpath

parent 4fded2b3
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,16 @@ dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar
file.reference.open-dis7-entities-all.jar=../lib/open-dis7-entities-all.jar
file.reference.open-dis7.jar=../lib/open-dis7.jar
file.reference.open-dis_4.16.jar=../lib/open-dis_4.16.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.dis-enums-1.3.jar}:\
${file.reference.open-dis_4.16.jar}
${file.reference.open-dis_4.16.jar}:\
${file.reference.open-dis7.jar}:\
${file.reference.open-dis7-entities-all.jar}
# Space-separated list of extra javac options
javac.compilerargs=
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