From f3e670c1eb32afef345a2090db2eedce661c21b0 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 13 May 2021 12:11:38 +0000 Subject: [PATCH] Use proper module-name without "poi-" prefix when compiling module-java with Java 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889840 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 285078486c..6c05350a58 100644 --- a/build.xml +++ b/build.xml @@ -1059,14 +1059,22 @@ under the License. - + + + @{module} + + + + + + - + @@ -1125,7 +1133,7 @@ under the License. includeantruntime="false" fork="true" unless:true="${isJava8}" unless:blank="@{test}"> - + @@ -2185,6 +2193,14 @@ under the License. + + + @{module} + + + + + - +