Index: /applications/editors/josm/plugins/osmarender/build.xml
===================================================================
--- /applications/editors/josm/plugins/osmarender/build.xml	(revision 21251)
+++ /applications/editors/josm/plugins/osmarender/build.xml	(revision 21252)
@@ -70,4 +70,5 @@
 			<arg value="." />
 		</exec>
+		<xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true" />
 		<exec append="false" output="REVISION" executable="svn" failifexecutionfails="true" failonerror="true">
 			<env key="LANG" value="C" />
@@ -77,4 +78,5 @@
 		</exec>
 		<xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true" />
+		<echo message="Revision is ${version.entry.commit.revision}" />
 		<delete file="REVISION" />
 	</target>
