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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ffb9ae397f..31a3d896b4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ TEST-org.apache.poi*.xml sonar/main/src/ sonar/ooxml/src/ sonar/scratchpad/src/ -sonar/ooxml-schema-security/src/ +sonar/ooxml-full/src/ sonar/examples/src/ sonar/excelant/src/ sonar/target |