aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2023-01-01 15:59:40 +0000
committerDominik Stadler <centic@apache.org>2023-01-01 15:59:40 +0000
commitab45ef779ce4e12e56e4715e7abf0f0b8b46d2af (patch)
tree890441f4497197d2de8df51eacc3294c254ef207 /build.xml
parenta0ce31a57683b9b79e43f69dccb610e15cfe2cda (diff)
downloadpoi-ab45ef779ce4e12e56e4715e7abf0f0b8b46d2af.tar.gz
poi-ab45ef779ce4e12e56e4715e7abf0f0b8b46d2af.zip
Ant: Adjust libs for poi-excelant as it requires poi-ooxml and xmlbeans
Seems JDK 20 does more checks on module-path and thus fails the build otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2e40cc7ee2..49a4a22e47 100644
--- a/build.xml
+++ b/build.xml
@@ -1507,9 +1507,11 @@ under the License.
<pathelement path="build/dist/maven/poi-tests"/>
<pathelement path="build/dist/maven/poi-scratchpad-tests"/>
<pathelement path="build/dist/maven/poi-ooxml-tests"/>
+ <pathelement path="build/dist/maven/poi-ooxml-full"/>
<pathelement path="lib/main"/>
<pathelement path="lib/main-tests"/>
<pathelement path="lib/excelant"/>
+ <pathelement path="lib/ooxml"/>
</lib>
<resources>
<fileset dir="${excelant.resource.main}"/>