Adjust src-build-test for changed name of source-distribution archive

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2024-06-23 07:38:33 +00:00
parent 434b1ab8e6
commit e8c0084606
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Before running this, you should execute the "jar" target in the main build.gradl
<date xmlns="antlib:org.apache.tools.ant.types.resources.comparators"/>
<resources>
<fileset dir="${dist}">
<include name="poi-src-*.zip"/>
<include name="apache-poi-src-*.zip"/>
</fileset>
</resources>
</sort>