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

michi at wyona.com michi at wyona.com
Wed May 9 17:08:56 CEST 2007


Author: michi
Date: 2007-05-09 17:08:54 +0200 (Wed, 09 May 2007)
New Revision: 24305

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
   public/yanel/trunk/src/build/targets/build-update-war.xml
Log:
realm dir replace token fixed

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-05-09 15:05:17 UTC (rev 24304)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-05-09 15:08:54 UTC (rev 24305)
@@ -66,7 +66,7 @@
     </copy>
     <copy file="${yanel.home.dir}/conf/realms.xml" todir="${snapshot.dir}/${target.servlet.context.prefix}/WEB-INF/classes" overwrite="true"/>
     <replace file="${snapshot.dir}/${target.servlet.context.prefix}/WEB-INF/classes/realms.xml" value="../../realms">
-      <replacetoken>../src/realms</replacetoken>
+      <replacetoken>@REALMS_DIR@</replacetoken>
     </replace>
     <copy todir="${snapshot.dir}/${target.servlet.context.prefix}/resources">
       <fileset dir="${yanel.home.dir}/src/resources"/>

Modified: public/yanel/trunk/src/build/targets/build-update-war.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-update-war.xml	2007-05-09 15:05:17 UTC (rev 24304)
+++ public/yanel/trunk/src/build/targets/build-update-war.xml	2007-05-09 15:08:54 UTC (rev 24305)
@@ -24,7 +24,7 @@
     </copy>
     <copy file="${yanel.home.dir}/conf/realms.xml" todir="${update.dir}/${servlet.context.prefix}/WEB-INF/classes" overwrite="true"/>
     <replace file="${update.dir}/${servlet.context.prefix}/WEB-INF/classes/realms.xml" value="../../realms">
-      <replacetoken>../src/realms</replacetoken>
+      <replacetoken>@REALMS_DIR@</replacetoken>
     </replace>
     <copy todir="${update.dir}/${servlet.context.prefix}/resources">
       <fileset dir="${yanel.home.dir}/src/resources"/>




More information about the Yanel-commits mailing list