Author: eric
Date: Sun Mar 1 08:57:11 2015
New Revision: 1663045
URL: http://svn.apache.org/r1663045
Log:
add spring-server.xml when deploying in tomcat, patch provided by Bernd Waibel
(JAMES-1562)
Modified:
james/server/trunk/app/pom.xml
Modified: james/server/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/app/pom.xml?rev=1663045&r1=1663044&r2=1663045&view=diff
==============================================================================
--- james/server/trunk/app/pom.xml (original)
+++ james/server/trunk/app/pom.xml Sun Mar 1 08:57:11 2015
@@ -918,6 +918,13 @@
</excludes>
</resource>
<resource>
+
<directory>../container/spring/src/main/resources/META-INF</directory>
+
<targetPath>WEB-INF/conf/META-INF</targetPath>
+ <includes>
+ <include>**/*.xml</include>
+ </includes>
+ </resource>
+ <resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
<includes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]