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

michi at wyona.com michi at wyona.com
Mon Mar 26 14:35:48 CEST 2007


Author: michi
Date: 2007-03-26 14:35:46 +0200 (Mon, 26 Mar 2007)
New Revision: 23406

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
Log:
alternative repo implementation added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2007-03-26 12:32:37 UTC (rev 23405)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2007-03-26 12:35:46 UTC (rev 23406)
@@ -1,5 +1,15 @@
 <?xml version="1.0"?>
 
+<!--
+<repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
+  <name>Yanel From Scratch Resource Configurations Repository</name>
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../res-configs">
+    <ignore pattern=".*\.svn"/>
+  </paths>
+  <content src="../res-configs"/>
+</repository>
+-->
+
 <repository>
   <name>Yanel From Scratch Resource Configurations Repository</name>
 




More information about the Yanel-commits mailing list