diff options
author | Dominik Stadler <centic@apache.org> | 2024-06-23 07:38:33 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2024-06-23 07:38:33 +0000 |
commit | e8c0084606b05dbe7d13fdfa94e044b68395acdd (patch) | |
tree | 264d077fc505e3425e3df7a37a0464516667c4ef | |
parent | 434b1ab8e68e0f083f775cbd271234bc4bbb596f (diff) | |
download | poi-e8c0084606b05dbe7d13fdfa94e044b68395acdd.tar.gz poi-e8c0084606b05dbe7d13fdfa94e044b68395acdd.zip |
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
-rw-r--r-- | poi-integration/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-integration/build.xml b/poi-integration/build.xml index 7585fb6935..5f7db9314f 100644 --- a/poi-integration/build.xml +++ b/poi-integration/build.xml @@ -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> |