You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/07/10 21:55:07 UTC

svn commit: r1902639 - /poi/trunk/build.xml

Author: fanningpj
Date: Sun Jul 10 21:55:06 2022
New Revision: 1902639

URL: http://svn.apache.org/viewvc?rev=1902639&view=rev
Log:
ant rat check issue

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1902639&r1=1902638&r2=1902639&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Jul 10 21:55:06 2022
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org