diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-10 21:55:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-10 21:55:06 +0000 |
commit | ee8de8f8486c6b65a2e612b317a5ea8ddb8ede80 (patch) | |
tree | 87c0f6990cbc525e0d899a22fdf60452bbccca90 /build.xml | |
parent | 44930ebfa0bc1a1bcde07022a6b8f745a3b05227 (diff) | |
download | poi-ee8de8f8486c6b65a2e612b317a5ea8ddb8ede80.tar.gz poi-ee8de8f8486c6b65a2e612b317a5ea8ddb8ede80.zip |
ant rat check issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2462,8 +2462,7 @@ under the License. </fileset> <fileset dir="poi-ooxml-full/src"> <exclude name="main/xmlschema/org/apache/poi/xdgf/visio.xsd" /> - <exclude name="main/xmlschema/org/apache/poi/schemas/XAdES*.xsd" /> - <exclude name="main/xmlschema/org/apache/poi/schemas/xmldsig-core-schema.xsd" /> + <exclude name="main/xmlschema/org/apache/poi/schemas/*.xsd" /> <exclude name="main/xmlschema/org/apache/poi/schemas/*.zip" /> </fileset> <fileset dir="poi-scratchpad/src"/> |