[Yanel-commits] rev 42568 - in public/yanel/trunk/src/realms/test/yanel: . config

michi at wyona.com michi at wyona.com
Tue Apr 28 09:55:55 CEST 2009


Author: michi
Date: 2009-04-28 09:55:55 +0200 (Tue, 28 Apr 2009)
New Revision: 42568

Added:
   public/yanel/trunk/src/realms/test/yanel/realm.xml
Removed:
   public/yanel/trunk/src/realms/test/yanel/config/yanel-realm-config.xml
Log:
realm config moved and renamed

Deleted: public/yanel/trunk/src/realms/test/yanel/config/yanel-realm-config.xml
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/config/yanel-realm-config.xml	2009-04-28 07:36:28 UTC (rev 42567)
+++ public/yanel/trunk/src/realms/test/yanel/config/yanel-realm-config.xml	2009-04-28 07:55:55 UTC (rev 42568)
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-
-<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
-  <name>Test Realm</name>
-  <rti>rti-repository.xml</rti>
-  <data>data-repository.xml</data>
-  <ac-policies>ac-policies-repository.xml</ac-policies>
-  <ac-identities>ac-identities-repository.xml</ac-identities>
-</realm-config>

Added: public/yanel/trunk/src/realms/test/yanel/realm.xml
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/realm.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/test/yanel/realm.xml	2009-04-28 07:55:55 UTC (rev 42568)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
+  <name>Test Realm</name>
+  <rti>config/rti-repository.xml</rti>
+  <data>config/data-repository.xml</data>
+  <ac-policies>config/ac-policies-repository.xml</ac-policies>
+  <ac-identities>config/ac-identities-repository.xml</ac-identities>
+</realm-config>



More information about the Yanel-commits mailing list