[Yanel-commits] rev 31538 - public/yanel/trunk/src/realms/yanel-website/config

michi at wyona.com michi at wyona.com
Sun Feb 10 18:51:44 CET 2008


Author: michi
Date: 2008-02-10 18:51:43 +0100 (Sun, 10 Feb 2008)
New Revision: 31538

Modified:
   public/yanel/trunk/src/realms/yanel-website/config/repository.xml
Log:
cleaned and search index config added

Modified: public/yanel/trunk/src/realms/yanel-website/config/repository.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/config/repository.xml	2008-02-10 17:50:59 UTC (rev 31537)
+++ public/yanel/trunk/src/realms/yanel-website/config/repository.xml	2008-02-10 17:51:43 UTC (rev 31538)
@@ -1,21 +1,10 @@
 <?xml version="1.0"?>
 
 <repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
-  <name>Yanel Website Repository</name>
+  <name>Yanel Website Data Repository</name>
   <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../paths">
     <ignore pattern=".*\.svn"/>
   </paths>
   <content src="../content"/>
+  <search-index src="../data-repo/search-index"/>
 </repository>
-
-<!--
-<repository>
-  <name>Yanel Website Repository</name>
-
-  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../paths"  fallback="true"/>
-
-  <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
-    <content src="../content"/>
-  </storage>
-</repository>
--->



More information about the Yanel-commits mailing list