Blob Blame History Raw
--- b/build.xml	2016-02-29 06:55:24.554053066 +0100
+++ josm-0/build.xml	2016-02-29 07:03:27.663296571 +0100
@@ -90,7 +90,7 @@
     <!--
       ** Creates the REVISION file to be included in the distribution
     -->
-    <target name="create-revision" depends="init-properties,init-svn-revision-xml,init-git-revision-xml">
+    <target name="create-revision" depends="init-properties">
         <property name="revision.dir" value="${build.dir}"/>
         <xmlproperty file="${base.dir}/REVISION.XML" prefix="version" keepRoot="false" collapseAttributes="true"/>
         <delete file="${base.dir}/REVISION.XML"/>