You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/11/19 16:32:36 UTC

svn commit: r882178 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Thu Nov 19 15:32:35 2009
New Revision: 882178

URL: http://svn.apache.org/viewvc?rev=882178&view=rev
Log:
ignore log files for rat check

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=882178&r1=882177&r2=882178&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Thu Nov 19 15:32:35 2009
@@ -335,6 +335,7 @@
 			       			<exclude>**/.project</exclude>
 			       			<exclude>**/.classpath</exclude>
 			       			<exclude>**/.tomcatplugin</exclude>
+			       			<exclude>**/*.log</exclude>
 			       		</excludes>
 			       	</configuration>
 			  	</plugin>