diff options
author | Dominik Stadler <centic@apache.org> | 2019-01-27 09:57:54 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-01-27 09:57:54 +0000 |
commit | 36a42899ff463c93706d02977c79d2f21b285690 (patch) | |
tree | 140587c93f66bfe50cac9811938965571cc360b0 /build.xml | |
parent | e8ed5e3a8c168ec1264add208cddf23f57998de5 (diff) | |
download | poi-36a42899ff463c93706d02977c79d2f21b285690.tar.gz poi-36a42899ff463c93706d02977c79d2f21b285690.zip |
Exclude one more local file from rat-checks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852279 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2189,6 +2189,7 @@ under the License. <exclude name="documentation/resources/images/pb-poi.cdr"/> <exclude name="scratchpad/models/poi-hdf.zargo"/> <exclude name="integrationtest/build/**"/> + <exclude name="integrationtest/.ant-targets-build.xml" /> </fileset> </rat:report> |