Author: rbaxter85
Date: Sat Oct 5 19:12:55 2013
New Revision: 1529498
URL: http://svn.apache.org/r1529498
Log:
Adding RAT exclusion
Modified:
shindig/branches/2.5.0-updateX/pom.xml
Modified: shindig/branches/2.5.0-updateX/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/branches/2.5.0-updateX/pom.xml?rev=1529498&r1=1529497&r2=1529498&view=diff
==============================================================================
--- shindig/branches/2.5.0-updateX/pom.xml (original)
+++ shindig/branches/2.5.0-updateX/pom.xml Sat Oct 5 19:12:55 2013
@@ -789,6 +789,7 @@
<exclude>**/drop.sql</exclude>
<exclude>**/derby.log</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
+ <exclude>**/php/test/gadgets/_assets/**</exclude>
</excludes>
</configuration>
</plugin>