You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/05/08 16:05:09 UTC

svn commit: r1335538 - /incubator/any23/trunk/pom.xml

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>