Index: applications/editors/josm/plugins/lang/build.xml
===================================================================
--- applications/editors/josm/plugins/lang/build.xml	(revision 10922)
+++ applications/editors/josm/plugins/lang/build.xml	(revision 11134)
@@ -23,4 +23,5 @@
     <ant target="install"><property name="language" value="en_GB"/></ant>
     <ant target="install"><property name="language" value="pl"/></ant>
+    <ant target="install"><property name="language" value="it"/></ant>
   </target>
 
@@ -88,5 +89,6 @@
     <ant target="clean_lang"><property name="language" value="en_GB"/></ant>
     <ant target="clean_lang"><property name="language" value="pl"/></ant>
-    <delete dir="${plugin.build.dir}" />
+    <ant target="clean_lang"><property name="language" value="it"/></ant>
+   <delete dir="${plugin.build.dir}" />
   </target>
 
