From 56aa23a3ca315db011faf611faa1450c4a7a32fa Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Mon, 3 Oct 2022 12:01:23 +0200 Subject: [PATCH] create release file path in ant process and explicitly make build dir --- build.properties | 1 - build.xml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index bf18d35c9..65f691264 100644 --- a/build.properties +++ b/build.properties @@ -5,7 +5,6 @@ javacTarget=1.8 # Release Configuration releaseVersion=1.925 releaseNr=9749 -stdReleaseFile=yacy_v${releaseVersion}_${releaseNr}.tar.gz releaseFileParentDir=yacy privateKeyFile=private.key diff --git a/build.xml b/build.xml index 1310a682b..62f7cbe4f 100644 --- a/build.xml +++ b/build.xml @@ -93,6 +93,8 @@ + + @@ -107,6 +109,8 @@ + +