diff options
author | Dominik Stadler <centic@apache.org> | 2022-04-01 21:32:03 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-04-01 21:32:03 +0000 |
commit | 69dff49c9566cf656437cdbc0a1783986cb30894 (patch) | |
tree | 2613559eace8adb812d903dc073e2b33061cd18e /build.xml | |
parent | 8412eb4503c5b8f261732d2c0c7b1e80bc42c773 (diff) | |
download | poi-69dff49c9566cf656437cdbc0a1783986cb30894.tar.gz poi-69dff49c9566cf656437cdbc0a1783986cb30894.zip |
Also exclude new files in rat-check of ant-build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2473,6 +2473,7 @@ under the License. <exclude name="documentation/content/xdocs/dtd/" /> <exclude name="documentation/content/xdocs/entity/" /> <exclude name="documentation/resources/images/pb-poi.cdr"/> + <exclude name="resources/ooxml-lite-report.*"/> </fileset> </rat:report> |