You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by dw...@apache.org on 2010/08/13 19:07:48 UTC

svn commit: r985286 - /incubator/bval/trunk/pom.xml

Author: dwoods
Date: Fri Aug 13 17:07:48 2010
New Revision: 985286

URL: http://svn.apache.org/viewvc?rev=985286&view=rev
Log:
include build generated DEPENDENCIES file in apache-rat excludes

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=985286&r1=985285&r2=985286&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Fri Aug 13 17:07:48 2010
@@ -504,6 +504,7 @@
                             <exclude>CHANGES.txt</exclude>
                             <!-- generated content -->
                             <exclude>release.properties</exclude>
+                            <exclude>DEPENDENCIES</exclude>
                             <exclude>**/.*/**</exclude>
                             <exclude>**/*.log</exclude>
                             <exclude>**/maven-eclipse.xml</exclude>