Index: applications/editors/josm/plugins/jna/build.xml
===================================================================
--- applications/editors/josm/plugins/jna/build.xml	(revision 32680)
+++ applications/editors/josm/plugins/jna/build.xml	(revision 35657)
@@ -17,3 +17,8 @@
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
+
+    <target name="pre-compile" depends="fetch_dependencies">
+        <!-- include fetch_dependencies task -->
+    </target>
+
 </project>
