Author: lindner
Date: Fri Oct 28 02:06:35 2011
New Revision: 1190133
URL: http://svn.apache.org/viewvc?rev=1190133&view=rev
Log:
another transient file to be excluded from RAT analysis
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1190133&r1=1190132&r2=1190133&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Oct 28 02:06:35 2011
@@ -761,6 +761,7 @@
<exclude>**/create.sql</exclude>
<exclude>**/drop.sql</exclude>
<exclude>**/derby.log</exclude>
+ <exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>content/editor/CodeMirror-0.8/js/*</exclude>
<exclude>content/editor/CodeMirror-0.8/css/*</exclude>
</excludes>
@@ -1272,6 +1273,7 @@
<exclude>**/create.sql</exclude>
<exclude>**/drop.sql</exclude>
<exclude>**/derby.log</exclude>
+ <exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>content/editor/CodeMirror-0.8/js/*</exclude>
<exclude>content/editor/CodeMirror-0.8/css/*</exclude>
</excludes>