Author: simonetripodi
Date: Mon Jul 2 09:59:06 2012
New Revision: 1356157
URL: http://svn.apache.org/viewvc?rev=1356157&view=rev
Log:
excluded RSS file from RAT which header comments would break the expected
behavior - see ANY23-98
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356157&r1=1356156&r2=1356157&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul 2 09:59:06 2012
@@ -787,6 +787,7 @@
<exclude>**/application/rdfn3/test1</exclude>
<exclude>**/application/rdfn3/test2</exclude>
<exclude>**/application/rdfn3/test3</exclude>
+ <exclude>**/application/rss1/test1</exclude>
<exclude>**/cli/rover-test1.nq</exclude>
</excludes>
</configuration>