Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 32187)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 32188)
@@ -16,4 +16,5 @@
     <property name="josm.test.build.dir"    location="../../core/test/build"/>
     <property name="groovy.jar"             location="../00_core_tools/groovy-all-2.4.6.jar"/>
+    <property name="annotations.jar"        location="../00_core_tools/findbugs/annotations.jar"/>
     <property name="plugin.build.dir"       location="build"/>
     <property name="plugin.test.dir"        location="test"/>
@@ -420,4 +421,5 @@
         <pathelement path="${plugin.jar}"/>
         <pathelement path="${groovy.jar}"/>
+        <pathelement path="${annotations.jar}"/>
     </path>
     <macrodef name="init-test-preferences">
