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"/>

diff -up josm-0/build.xml.revision josm-0/build.xml
--- josm-0/build.xml.revision	2019-07-22 15:02:13.106360170 +0200
+++ josm-0/build.xml	2019-07-22 15:02:28.710520313 +0200
@@ -170,7 +170,8 @@
         <echo file="${revision.dir}/REVISION">
 # automatically generated by JOSM build.xml - do not edit
 Revision: ${version.entry.commit.revision}
-Is-Local-Build: true
+Build-Name: Fedora
+Is-Local-Build: false
 Build-Date: ${build.tstamp}
 </echo>
     </target>