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

michi at wyona.com michi at wyona.com
Wed Jan 31 16:16:00 CET 2007


Author: michi
Date: 2007-01-31 16:15:58 +0100 (Wed, 31 Jan 2007)
New Revision: 22321

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
Log:
localize realms config

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 14:57:03 UTC (rev 22320)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 15:15:58 UTC (rev 22321)
@@ -37,6 +37,10 @@
     <copy todir="${snapshot.dir}/${servlet.context.prefix}/realms">
       <fileset dir="${yanel.home.dir}/src/realms"/>
     </copy>
+    <copy file="${yanel.home.dir}/conf/realms.xml" todir="${snapshot.dir}/${servlet.context.prefix}/WEB-INF/classes" overwrite="true"/>
+    <replace file="${snapshot.dir}/${servlet.context.prefix}/WEB-INF/classes/realms.xml" value="../../realms">
+      <replacetoken>../src/realms</replacetoken>
+    </replace>
     <copy todir="${snapshot.dir}/${servlet.context.prefix}/resources">
       <fileset dir="${yanel.home.dir}/src/resources"/>
     </copy>




More information about the Yanel-commits mailing list