mirror of https://github.com/apache/poi.git
Adjust excludes for rat-check in Ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50431fbbaa
commit
0e18766e1a
|
@ -2439,7 +2439,11 @@ under the License.
|
||||||
uri="antlib:org.apache.rat.anttasks"
|
uri="antlib:org.apache.rat.anttasks"
|
||||||
classpath="${rat.jar}" />
|
classpath="${rat.jar}" />
|
||||||
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report}">
|
<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-excelant/src"/>
|
||||||
<fileset dir="poi-integration/src"/>
|
<fileset dir="poi-integration/src"/>
|
||||||
<fileset dir="poi/src">
|
<fileset dir="poi/src">
|
||||||
|
|
Loading…
Reference in New Issue