Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 14417)
+++ trunk/build.xml	(revision 14568)
@@ -991,4 +991,21 @@
     </target>
     <!--
+      ** update projection test files after an update of projection definitions
+    -->
+    <target name="update-proj-files" depends="test-compile">
+        <java classname="org.openstreetmap.josm.data.projection.ProjectionRefTest" failonerror="true" fork="true">
+            <classpath>
+                <path refid="test.classpath"/>
+                <pathelement path="${test.dir}/build/unit"/>
+            </classpath>
+        </java>
+        <java classname="org.openstreetmap.josm.data.projection.ProjectionRegressionTest" failonerror="true" fork="true">
+            <classpath>
+                <path refid="test.classpath"/>
+                <pathelement path="${test.dir}/build/unit"/>
+            </classpath>
+        </java>
+    </target>
+    <!--
       ** generate jdeps dependency graph
     -->
