From 0f42425f8cc577edfdf283de89c86ac349520ffa Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 19 Nov 2024 09:36:00 +0000 Subject: [PATCH] [gitub-727] Remove DSTAMP token substitution. Thanks to Emmanuel Bourg. This closes #727 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921954 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 - poi/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/build.xml b/build.xml index 339592729e..5c6c07b7e0 100644 --- a/build.xml +++ b/build.xml @@ -1563,7 +1563,6 @@ under the License. - diff --git a/poi/build.gradle b/poi/build.gradle index a69312b99e..2c6c7c542f 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -69,7 +69,6 @@ task generateVersionJava() { String content = fileIn.text content = content.replace("@VERSION@", version) - content = content.replace("@DSTAMP@", new Date().format('yyyyMMdd')) fileOut.write content }