Author: rbaxter85
Date: Sat Oct 5 20:04:00 2013
New Revision: 1529505
URL: http://svn.apache.org/r1529505
Log:
Fixing RAT config
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=1529505&r1=1529504&r2=1529505&view=diff
==============================================================================
--- shindig/branches/2.5.0-updateX/pom.xml (original)
+++ shindig/branches/2.5.0-updateX/pom.xml Sat Oct 5 20:04:00 2013
@@ -789,7 +789,6 @@
<exclude>**/drop.sql</exclude>
<exclude>**/derby.log</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
- <exclude>**/php/test/gadgets/_assets/**</exclude>
</excludes>
</configuration>
</plugin>
@@ -1325,7 +1324,7 @@
<exclude>**/.project</exclude>
<exclude>**/.settings/*</exclude>
<exclude>**/src/test/resources/**</exclude>
- <exclude>**/php/test/gadgets/_assets/**</exclude>
+ <exclude>**/test/gadgets/_assets/**</exclude>
</excludes>
</configuration>
</plugin>