Author: simonetripodi
Date: Tue May  8 14:05:09 2012
New Revision: 1335538

URL: http://svn.apache.org/viewvc?rev=1335538&view=rev
Log:
excluded excel files from RAT check, they cannot obviously contain ASL2.0 header

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1335538&r1=1335537&r2=1335538&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue May  8 14:05:09 2012
@@ -844,6 +844,7 @@
                     <exclude>*.sh</exclude>
                     <exclude>**/*.csv</exclude>
                     <exclude>**/*.json</exclude>
+                    <exclude>**/*.xls*</exclude>
                     <exclude>**/*zip/*</exclude>
                     <exclude>**/error.wsdl</exclude>
                     <exclude>.idea/**</exclude>


Reply via email to