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

guillaume at wyona.com guillaume at wyona.com
Mon Apr 6 19:13:52 CEST 2009


Author: guillaume
Date: 2009-04-06 19:13:51 +0200 (Mon, 06 Apr 2009)
New Revision: 42283

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
Harmless (AFAICU) code reordering to make use of relative paths in Yanel configuration possible at build time.

Issue: 6888


Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-04-06 16:53:09 UTC (rev 42282)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-04-06 17:13:51 UTC (rev 42283)
@@ -72,7 +72,6 @@
 
     <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/realms.xml" 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">
@@ -80,6 +79,8 @@
     </condition>
     <antcall target="generate-yanel-properties"/>
 
+    <copy file="${yanel.source.home}/conf/realms.xml" todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes" overwrite="false"/>
+
     <condition property="local.resource-types.config.exists">
       <available file="${yanel.source.home}/${local.config.dir}/local.resource-types.xml" type="file"/>
     </condition>



More information about the Yanel-commits mailing list