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 14:43:18 UTC

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

Author: simonetripodi
Date: Tue May  8 12:43:17 2012
New Revision: 1335482

URL: http://svn.apache.org/viewvc?rev=1335482&view=rev
Log:
excluded from RAT check resources that don't support comment (so ASL2.0 header cannot be added)

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1335482&r1=1335481&r2=1335482&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue May  8 12:43:17 2012
@@ -842,6 +842,9 @@
                     <exclude>RELEASE-NOTES.txt</exclude>
                     <exclude>*.bat</exclude>
                     <exclude>*.sh</exclude>
+                    <exclude>**/*.csv</exclude>
+                    <exclude>**/*.json</exclude>
+                    <exclude>**/*zip/*</exclude>
                     <exclude>.idea/**</exclude>
                     <exclude>.classpath</exclude>
                     <exclude>.project</exclude>