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

michi at wyona.com michi at wyona.com
Wed Jun 6 20:49:12 CEST 2007


Author: michi
Date: 2007-06-06 20:49:12 +0200 (Wed, 06 Jun 2007)
New Revision: 24950

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
Log:
from scratch config standardized

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/realm.xml	2007-06-06 18:49:12 UTC (rev 24950)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
+  <name>Yanel From Scratch Realm</name>
+
+  <rti>yanel/config/rti-repository.xml</rti>
+  <data>yanel/config/data-repository.xml</data>
+  <ac-policies>yanel/config/ac-policies-repository.xml</ac-policies>
+  <ac-identities>yanel/config/ac-identities-repository.xml</ac-identities>
+
+  <!-- Directory where all repositories are being contained. At the moment necessary for copying this realm. WARNING: This doesn't have to be the case, but rather check the various repository configs themselves! TODO: See http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5208 -->
+  <root-dir>./.</root-dir>
+</realm-config>




More information about the Yanel-commits mailing list