[Yanel-commits] rev 47224 - public/yanel/trunk/src/build/targets/webapp

michi at wyona.com michi at wyona.com
Mon Jan 25 12:43:37 CET 2010


Author: michi
Date: 2010-01-25 12:43:36 +0100 (Mon, 25 Jan 2010)
New Revision: 47224

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
overwrite web.xml with local settings

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2010-01-25 11:41:54 UTC (rev 47223)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2010-01-25 11:43:36 UTC (rev 47224)
@@ -33,6 +33,7 @@
         <exclude name="src/**"/>
       </fileset>
     </copy>
+    <copy file="${yanel.source.home}/src/webapp/WEB-INF/local.web.xml" tofile="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/web.xml" overwrite="true" failonerror="false"/>
 
     <antcall target="copy-basic-webapp-libs"/>
 



More information about the Yanel-commits mailing list