fix: annotations.jar missing from classpath

This commit is contained in:
Hannes Janetzek 2013-09-30 01:42:23 +02:00
parent 03f5c7fc39
commit 5367fe4537

View File

@ -2,5 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/vtm-libs/findbugs/annotations.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>