Author: oheger
Date: Sat Sep 24 19:34:41 2011
New Revision: 1175227
URL: http://svn.apache.org/viewvc?rev=1175227&view=rev
Log:
Changed configuration of RAT plug-in: it is no more necessary to exclude the
conf directory.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1175227&r1=1175226&r2=1175227&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Sep 24 19:34:41 2011
@@ -632,7 +632,6 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
- <exclude>conf/**/*</exclude>
<exclude>src/java/org/apache/commons/configuration/plist/*.java</exclude>
<exclude>velocity.log</exclude>
</excludes>