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

michi at wyona.com michi at wyona.com
Sun Jul 26 19:20:55 CEST 2009


Author: michi
Date: 2009-07-26 19:20:55 +0200 (Sun, 26 Jul 2009)
New Revision: 43872

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-identities-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-policies-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/rti-repository.xml
Log:
class added such that it is clear which implementation is used

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-identities-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-identities-repository.xml	2009-07-26 17:20:13 UTC (rev 43871)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-identities-repository.xml	2009-07-26 17:20:55 UTC (rev 43872)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<repository>
+<repository class="org.wyona.yarep.impl.DefaultRepository">
   <name>Yanel from Scratch Access Control Identities</name>
 
   <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-identities"/>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-policies-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-policies-repository.xml	2009-07-26 17:20:13 UTC (rev 43871)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/ac-policies-repository.xml	2009-07-26 17:20:55 UTC (rev 43872)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<repository>
+<repository class="org.wyona.yarep.impl.DefaultRepository">
   <name>Yanel From Scratch Access Control Policies</name>
 
   <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-policies"/>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/config/rti-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/rti-repository.xml	2009-07-26 17:20:13 UTC (rev 43871)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/rti-repository.xml	2009-07-26 17:20:55 UTC (rev 43872)
@@ -10,7 +10,7 @@
 </repository>
 -->
 
-<repository>
+<repository class="org.wyona.yarep.impl.DefaultRepository">
   <name>Yanel From Scratch Resource Configurations Repository</name>
 
   <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../res-configs"/>



More information about the Yanel-commits mailing list