Index: applications/editors/josm/plugins/apache-commons/build.xml
===================================================================
--- applications/editors/josm/plugins/apache-commons/build.xml	(revision 35362)
+++ applications/editors/josm/plugins/apache-commons/build.xml	(revision 35524)
@@ -20,9 +20,7 @@
     <import file="../build-common.xml"/>
 
-    <target name="resolve" description="--> retrieve dependencies with Ivy">
-        <ivy:retrieve/>
+    <target name="pre-compile" depends="fetch_dependencies">
+        <!-- include fetch_dependencies task -->
     </target>
 
-    <target name="dist" depends="resolve,plugin_common.dist"/>
-
 </project>
