Index: /applications/editors/josm/plugins/00_plugin_dir_template/build.xml
===================================================================
--- /applications/editors/josm/plugins/00_plugin_dir_template/build.xml	(revision 14696)
+++ /applications/editors/josm/plugins/00_plugin_dir_template/build.xml	(revision 14697)
@@ -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>
@@ -126,10 +115,9 @@
     <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"/>
+            <arg value="."/>
         </exec>
         <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
