Author: norman
Date: Sun May 23 19:32:04 2010
New Revision: 947471
URL: http://svn.apache.org/viewvc?rev=947471&view=rev
Log:
exclude lib folder from config for war deployment
Modified:
james/server/trunk/spring-deployment/pom.xml
Modified: james/server/trunk/spring-deployment/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=947471&r1=947470&r2=947471&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Sun May 23 19:32:04 2010
@@ -216,6 +216,7 @@
<excludes>
<exclude>log4j.properties</exclude>
<exclude>META-INF/persistence.xml</exclude>
+ <exclude>**/lib/**</exclude>
</excludes>
</resource>
<resource>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]