Author: centic
Date: Sat Dec 14 10:24:34 2024
New Revision: 1922489

URL: http://svn.apache.org/viewvc?rev=1922489&view=rev
Log:
Adjust excludes for rat-check in Ant build

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1922489&r1=1922488&r2=1922489&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Dec 14 10:24:34 2024
@@ -2439,7 +2439,11 @@ under the License.
              uri="antlib:org.apache.rat.anttasks"
              classpath="${rat.jar}" />
         <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" 
reportFile="${rat.report}">
-            <fileset dir="poi-examples/src" 
excludes="main/java/org/apache/poi/**/*-chart-data.txt"/>
+            <fileset dir="poi-examples/src">
+                <exclude name="main/java/org/apache/poi/**/*-chart-data.txt" />
+                <exclude name="main/groovy/settings.gradle" />
+                <exclude name="main/groovy/.gradle/**" />
+            </fileset>
             <fileset dir="poi-excelant/src"/>
             <fileset dir="poi-integration/src"/>
             <fileset dir="poi/src">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to