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

michi at wyona.com michi at wyona.com
Sun Jan 10 20:10:36 CET 2010


Author: michi
Date: 2010-01-10 20:10:35 +0100 (Sun, 10 Jan 2010)
New Revision: 46998

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
copy quartz properties

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2010-01-10 19:10:08 UTC (rev 46997)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2010-01-10 19:10:35 UTC (rev 46998)
@@ -71,6 +71,7 @@
 
     <copy file="${yanel.source.home}/conf/ehcache.xml" todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes" overwrite="false"/>
     <copy file="${yanel.source.home}/conf/spring-yanel-config.xml" todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes" overwrite="false"/>
+    <copy file="${yanel.source.home}/conf/quartz.properties" todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes" overwrite="false"/>
     <copy file="${yanel.source.home}/conf/log4j.properties" todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes" overwrite="false"/>
     <!-- Create yanel.xml -->
     <condition property="local.yanel.config.exists">



More information about the Yanel-commits mailing list