Exclude the release notes and readmes from the rat checks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0dc1291ad
commit
deba3155a8
@ -1376,6 +1376,7 @@ under the License.
|
|||||||
classpath="${main.lib}/apache-rat-0.10.jar" />
|
classpath="${main.lib}/apache-rat-0.10.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="src/">
|
<fileset dir="src/">
|
||||||
|
<exclude name="documentation/*.txt" />
|
||||||
<exclude name="documentation/content/xdocs/dtd/" />
|
<exclude name="documentation/content/xdocs/dtd/" />
|
||||||
<exclude name="documentation/content/xdocs/entity/" />
|
<exclude name="documentation/content/xdocs/entity/" />
|
||||||
<exclude name="scratchpad/testcases/dummy.txt" />
|
<exclude name="scratchpad/testcases/dummy.txt" />
|
||||||
|
Loading…
Reference in New Issue
Block a user