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

michi at wyona.com michi at wyona.com
Thu Apr 21 15:38:43 CEST 2011


Author: michi
Date: 2011-04-21 15:38:43 +0200 (Thu, 21 Apr 2011)
New Revision: 57969

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
copy jndi file

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2011-04-21 13:26:33 UTC (rev 57968)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2011-04-21 13:38:43 UTC (rev 57969)
@@ -74,6 +74,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/jndi.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