You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/01/27 09:57:54 UTC

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

Author: centic
Date: Sun Jan 27 09:57:54 2019
New Revision: 1852279

URL: http://svn.apache.org/viewvc?rev=1852279&view=rev
Log:
Exclude one more local file from rat-checks

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1852279&r1=1852278&r2=1852279&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Jan 27 09:57:54 2019
@@ -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>
 



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