aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2024-07-14 13:11:23 +0000
committerDominik Stadler <centic@apache.org>2024-07-14 13:11:23 +0000
commit04a956ab8f429fbfa3cfa637e379b68f715b9a60 (patch)
tree2ce71d396ca293386aeca0807fa08755a2eae0df /build.xml
parent8be69305cac65b6f2b9016471bdd046edfc40182 (diff)
downloadpoi-04a956ab8f429fbfa3cfa637e379b68f715b9a60.tar.gz
poi-04a956ab8f429fbfa3cfa637e379b68f715b9a60.zip
Adjust the name of the distribution-file in one more place.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e35a034292..db1d370804 100644
--- a/build.xml
+++ b/build.xml
@@ -383,7 +383,7 @@ under the License.
<property name="rat.report" value="${rat.reportdir}/report.txt"/>
<!-- build and distro settings -->
- <property name="jar.name" value="poi"/>
+ <property name="jar.name" value="apache-poi"/>
<property name="build.site" location="build/site"/>
<property name="javadocs.report.dir" location="${build.site}/apidocs/dev"/>
<property name="dist.dir" location="build/dist"/>