From ee61d3eb56975e59bbdae564390ead3c9a33a052 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 6 Mar 2020 15:22:16 +0000 Subject: [PATCH] Do not recompile Version.java unless build.xml (i.e. version) changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874901 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 67a30f42df..0d28262dd1 100644 --- a/build.xml +++ b/build.xml @@ -1388,7 +1388,17 @@ under the License. - + + + + + + + + @@ -1408,6 +1418,7 @@ under the License. srcdir="${main.output.dir}" encoding="${java.source.encoding}" includeantruntime="false"> +