diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
commit | c8940e7d1e24ef75481461102bf417e7920dc2e5 (patch) | |
tree | 06520b767e1bf6b848466aa8605afe724ef3853e /README.rst | |
parent | 83c6910dbd5501baf7330f6284e7527b0e7d0e37 (diff) | |
download | poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.tar.gz poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.zip |
#64979 - Change artifact names of poi-/ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 59dd693a97..1c1b5027ee 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,7 @@ Contributing Building jar files ------------------ -To build the jar files for poi, poi-ooxml, poi-ooxml-schemas, and poi-examples:: +To build the jar files for poi, poi-ooxml, poi-ooxml-lite, poi-ooxml-full and poi-examples:: ant jar |