]> source.dussan.org Git - poi.git/commitdiff
Exclude the release notes and readmes from the rat checks
authorNick Burch <nick@apache.org>
Wed, 30 Jul 2014 12:53:19 +0000 (12:53 +0000)
committerNick Burch <nick@apache.org>
Wed, 30 Jul 2014 12:53:19 +0000 (12:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1614642 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7de32fc226887d5b5f237b0117b1c2af3ae02477..eebefb357d51995924e2862d78f70272b9872baf 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1376,6 +1376,7 @@ under the License.
              classpath="${main.lib}/apache-rat-0.10.jar" />
        <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report}">
            <fileset dir="src/">
+              <exclude name="documentation/*.txt" />
               <exclude name="documentation/content/xdocs/dtd/" />
               <exclude name="documentation/content/xdocs/entity/" />
               <exclude name="scratchpad/testcases/dummy.txt" />