From c8355f4124db528dc9a6c2ed46161ae6dda028bb Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Thu, 5 Oct 2023 11:00:30 -0700 Subject: [PATCH] Change build property name from "timestamp" to "datetime" --- build.xml | 5 ++++- buildtools/ant_modules/dist.xml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 2cb65f0fc1..899b99ca0e 100644 --- a/build.xml +++ b/build.xml @@ -75,10 +75,13 @@ + - + + + diff --git a/buildtools/ant_modules/dist.xml b/buildtools/ant_modules/dist.xml index 904c5085a9..4b29421924 100644 --- a/buildtools/ant_modules/dist.xml +++ b/buildtools/ant_modules/dist.xml @@ -480,7 +480,7 @@ package games.stendhal.client; public class StendhalBuild { - private static final String BUILD_NUMBER = "${timestamp}"; + private static final String BUILD_NUMBER = "${datetime}"; public static String getBuildNumber() {return BUILD_NUMBER;} } @@ -699,7 +699,7 @@ stendhal.data.build = { version: "${version}", - build: "${timestamp}", + build: "${datetime}", dist: "webclient" }