[Yanel-commits] rev 25064 - public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config

michi at wyona.com michi at wyona.com
Tue Jun 12 17:10:15 CEST 2007


Author: michi
Date: 2007-06-12 17:10:14 +0200 (Tue, 12 Jun 2007)
New Revision: 25064

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml
Log:
impl class added explicitely

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2007-06-12 15:09:47 UTC (rev 25063)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2007-06-12 15:10:14 UTC (rev 25064)
@@ -3,7 +3,7 @@
 <repository>
   <name>Yanel From Scratch Data Repository</name>
 
-  <paths src="../data-paths" fallback="true"/>
+  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../data-paths" fallback="true"/>
 
   <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
     <content src="../data"/>




More information about the Yanel-commits mailing list