Index: /applications/editors/josm/i18n/build.xml
===================================================================
--- /applications/editors/josm/i18n/build.xml	(revision 35089)
+++ /applications/editors/josm/i18n/build.xml	(revision 35090)
@@ -122,5 +122,5 @@
         </gettext-extract>
     </target>
-    <target name="build" depends="pot">
+    <target name="build">
         <antcall target="buildcore"/>
         <antcall target="buildplugins"/>
@@ -138,5 +138,5 @@
         </antcall>
     </target>
-    <target name="buildcore">
+    <target name="buildcore" depends="pot">
         <antcall target="coretrans"/>
         <antcall target="pluginlisttrans"/>
