From b661cc56d8d119d1788bb70df84f1a76809b5924 Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Sat, 9 Jul 2022 17:39:30 +0000 Subject: [PATCH] remove unused branch property in build.xml First commit of a series to get rid of the git based versioning implemented in libbuild/ folder as Ant task. It counts commits since the last tagged version and uses this number added with 9000 as the last part of the version number. This is a legacy from Subversion times. --- build.properties | 2 +- build.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.properties b/build.properties index 104bb280f..dd0e58a10 100644 --- a/build.properties +++ b/build.properties @@ -4,7 +4,7 @@ javacTarget=1.8 # Release Configuration releaseVersion=1.925 -stdReleaseFile=yacy${branch}_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz +stdReleaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy privateKeyFile=private.key diff --git a/build.xml b/build.xml index 5d49f0b18..81776f71a 100644 --- a/build.xml +++ b/build.xml @@ -58,9 +58,6 @@ - - - @@ -154,9 +151,6 @@ - - -