Index: /applications/editors/josm/plugins/build.xml
===================================================================
--- /applications/editors/josm/plugins/build.xml	(revision 18959)
+++ /applications/editors/josm/plugins/build.xml	(revision 18960)
@@ -7,4 +7,5 @@
     <target name="dist" depends="compile">
         <mkdir dir="../dist"/>
+        <ant antfile="build.xml" target="dist" dir="addrinterpolation"/>
         <ant antfile="build.xml" target="dist" dir="cadastre-fr"/>
         <ant antfile="build.xml" target="dist" dir="colorscheme"/>
@@ -37,5 +38,4 @@
         <ant antfile="build.xml" target="dist" dir="tageditor"/>
         <ant antfile="build.xml" target="dist" dir="terracer"/>
-        <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
         <ant antfile="build.xml" target="dist" dir="validator"/>
         <ant antfile="build.xml" target="dist" dir="walkingpapers"/>
@@ -48,4 +48,5 @@
     </target>
     <target name="clean">
+        <ant antfile="build.xml" target="clean" dir="addrinterpolation"/>
         <ant antfile="build.xml" target="clean" dir="cadastre-fr"/>
         <ant antfile="build.xml" target="clean" dir="colorscheme"/>
@@ -80,5 +81,4 @@
         <ant antfile="build.xml" target="clean" dir="tageditor"/>
         <ant antfile="build.xml" target="clean" dir="terracer"/>
-        <ant antfile="build.xml" target="clean" dir="utilsplugin"/>
         <ant antfile="build.xml" target="clean" dir="validator"/>
         <ant antfile="build.xml" target="clean" dir="walkingpapers"/>
