Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 14695)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 14696)
@@ -61,15 +61,4 @@
 	-->
     <target name="init">
-    	<!-- make sure we increment the build number ... -->
-    	<buildnumber file="build.number" />	
-    	
-    	<!-- ... and check it back in -->
-        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
-            <env key="LANG" value="C"/>
-            <arg value="commit"/>
-        	<arg value="--message"/>
-            <arg value="increment build number"/>
-            <arg value="build.number"/>
-		</exec>
         <mkdir dir="${plugin.build.dir}"/>
     </target>	
@@ -129,13 +118,12 @@
 	**********************************************************
 	-->	
-    <target name="revision">
-    	
-    	<!-- extract the SVN revision information for file build.number -->
-        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
-            <env key="LANG" value="C"/>
-            <arg value="info"/>
-            <arg value="--xml"/>
-            <arg value="build.number"/>
-        </exec>
+    <target name="revision">    	
+    	<!-- extract the SVN revision information  -->
+    	<exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
+    	            <env key="LANG" value="C"/>
+    	            <arg value="info"/>
+    	            <arg value="--xml"/>
+    	            <arg value="."/>
+    	</exec>
         <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
         <delete file="REVISION"/>
