Index: applications/editors/josm/plugins/apache-http/build.xml
===================================================================
--- applications/editors/josm/plugins/apache-http/build.xml	(revision 35523)
+++ applications/editors/josm/plugins/apache-http/build.xml	(revision 36176)
@@ -18,9 +18,6 @@
     <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>
