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

michi at wyona.com michi at wyona.com
Fri Feb 2 17:36:34 CET 2007


Author: michi
Date: 2007-02-02 17:36:32 +0100 (Fri, 02 Feb 2007)
New Revision: 22399

Modified:
   public/yanel/trunk/src/realms/yanel-website/config/repository.xml
Log:
new repo config added but commented because not fully tested yet

Modified: public/yanel/trunk/src/realms/yanel-website/config/repository.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/config/repository.xml	2007-02-02 15:19:06 UTC (rev 22398)
+++ public/yanel/trunk/src/realms/yanel-website/config/repository.xml	2007-02-02 16:36:32 UTC (rev 22399)
@@ -1,9 +1,19 @@
 <?xml version="1.0"?>
 
+<!--
+<repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
+  <name>Yanel Website Repository</name>
+  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../paths">
+    <ignore pattern=".*\.svn"/>
+  </paths>
+  <content src="../content"/>
+</repository>
+-->
+
 <repository>
   <name>Yanel Website Repository</name>
 
-  <paths src="../paths"/>
+  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../paths"/>
 
   <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
     <content src="../content"/>




More information about the Yanel-commits mailing list