You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/10/15 01:06:57 UTC

svn commit: r1631923 - /commons/proper/jcs/trunk/pom.xml

Author: rmannibucau
Date: Tue Oct 14 23:06:57 2014
New Revision: 1631923

URL: http://svn.apache.org/r1631923
Log:
ignoring derby.log

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1631923&r1=1631922&r2=1631923&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Oct 14 23:06:57 2014
@@ -200,6 +200,7 @@
             <exclude>**/zipcodes.txt</exclude>
             <exclude>**/download_jcs.cgi</exclude>
             <exclude>**/.gitignore</exclude>
+            <exclude>**/derby.log</exclude>
             <exclude>**/META-INF/services/javax.*</exclude>
           </excludes>
         </configuration>