[Tynstep-svn] r128 - trunk/step-web-app

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Tue Apr 20 15:05:26 MST 2010


Author: ChrisBurrell
Date: 2010-04-20 15:05:26 -0700 (Tue, 20 Apr 2010)
New Revision: 128

Modified:
   trunk/step-web-app/pom.xml
Log:
preventing deletion of .svn folder

Modified: trunk/step-web-app/pom.xml
===================================================================
--- trunk/step-web-app/pom.xml	2010-04-20 20:05:11 UTC (rev 127)
+++ trunk/step-web-app/pom.xml	2010-04-20 22:05:26 UTC (rev 128)
@@ -188,7 +188,8 @@
 							<directory>war</directory>
 							<excludes>
 								<exclude>WEB-INF/web.xml</exclude>
-								<exclude>.svn</exclude>
+								<exclude>**/.svn</exclude>
+        						<exclude>**/.svn/**</exclude>
 							</excludes>
 						</fileset>
 					</filesets>




More information about the Tynstep-svn mailing list