From ede9efe50cae7ed58d8bf7ef7aa54c3c06b45810 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 4 Oct 2022 01:50:56 +0200 Subject: [PATCH] write git revision number to yacyBuild.properties --- build.xml | 34 +++++++++++++++++++++----- defaults/yacyBuild.properties.template | 2 +- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 62f7cbe4f..c42d3935c 100644 --- a/build.xml +++ b/build.xml @@ -90,11 +90,29 @@ + + + + + + + + + + + + + + + + + + - + - + @@ -102,15 +120,19 @@ - + + + + + - + - - + + diff --git a/defaults/yacyBuild.properties.template b/defaults/yacyBuild.properties.template index e3b0017f6..10eaa3f6e 100644 --- a/defaults/yacyBuild.properties.template +++ b/defaults/yacyBuild.properties.template @@ -1,3 +1,3 @@ SVNRevision = @REPL_REVISION_NR@ Version = @REPL_VERSION@ - +RepositoryVersion = @REPL_REPVER@ \ No newline at end of file