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

michi at wyona.com michi at wyona.com
Mon Feb 12 09:05:58 CET 2007


Author: michi
Date: 2007-02-12 09:05:37 +0100 (Mon, 12 Feb 2007)
New Revision: 22583

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
Log:
fix test data path

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-02-11 15:40:08 UTC (rev 22582)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-02-12 08:05:37 UTC (rev 22583)
@@ -39,6 +39,9 @@
     <replace file="${snapshot.dir}/${servlet.context.prefix}/realms/javadoc/repository.xml" value="content">
       <replacetoken>../../../build/javadoc</replacetoken>
     </replace>
+    <replace file="${snapshot.dir}/${servlet.context.prefix}/realms/test/yanel/config/data-repository.xml" value="../data">
+      <replacetoken>../../../../../local/test/data</replacetoken>
+    </replace>
     <copy todir="${snapshot.dir}/${servlet.context.prefix}/realms/javadoc/content">
       <fileset dir="${yanel.home.dir}/build/javadoc"/>
     </copy>




More information about the Yanel-commits mailing list