Index: /applications/editors/josm/plugins/tracer/build.xml
===================================================================
--- /applications/editors/josm/plugins/tracer/build.xml	(revision 19830)
+++ /applications/editors/josm/plugins/tracer/build.xml	(revision 19831)
@@ -68,14 +68,12 @@
 	</target>
 	<target name="revision">
-		<!--
 		<exec append="false" output="REVISION" executable="svn" failifexecutionfails="true" failonerror="true">
 			<env key="LANG" value="C" />
 			<arg value="info" />
-			<arg value="-xml" />
+			<arg value="--xml" />
 			<arg value="." />
 		</exec>
 		<xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true" />
 		<delete file="REVISION" />
-		-->
 	</target>
 	<target name="clean">
