Author: berndf
Date: Sun Feb 10 12:31:57 2008
New Revision: 620319

URL: http://svn.apache.org/viewvc?rev=620319&view=rev
Log:
web container deployment, second take, but still many open issues at startup 
see JAMES-834

Modified:
    james/server/trunk/spring-deployment/build.xml

Modified: james/server/trunk/spring-deployment/build.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=620319&r1=620318&r2=620319&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Sun Feb 10 12:31:57 2008
@@ -352,7 +352,13 @@
             <fileset dir="${spring-deployment.target.dir}" ><include 
name="NOTICE.txt" /></fileset>
             <fileset dir="${spring-deployment.target.dir}" ><include 
name="LICENSE.txt" /></fileset>
             <lib dir="${spring-deployment.target.lib.dir}" />
-            <zipfileset dir="${basedir}/src/main/config/james/" 
prefix="WEB-INF"/>
+            <zipfileset dir="${basedir}/src/main/config/james/" 
prefix="WEB-INF/lib" >
+                <include name="log4j.properties" />
+                <include name="james-config.xml" />
+            </zipfileset> 
+            <zipfileset dir="${basedir}/src/main/config/james/" 
prefix="WEB-INF" >
+                <exclude name="log4j.properties" />
+            </zipfileset> 
         </war>
     </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to