Add findbugs jar and link to build.

This commit is contained in:
Mike Pope 2019-03-26 15:23:20 +10:30
parent 5ed02eb52d
commit ae411c4032
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
<!-- JOgg/JOrbis libraries -->
<pathelement location="${basedir}/jars/jogg-0.0.17.jar"/>
<pathelement location="${basedir}/jars/jorbis-0.0.17.jar"/>
<!-- findbugs annotations -->
<pathelement location="${basedir}/jars/findbugs-annotations.jar"/>
</path>
<path id="junit.classpath">
<pathelement location="${basedir}/test/lib/junit.jar" />

Binary file not shown.