[Yanel-commits] rev 24822 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Thu May 31 16:37:30 CEST 2007


Author: michi
Date: 2007-05-31 16:37:30 +0200 (Thu, 31 May 2007)
New Revision: 24822

Modified:
   public/yanel/trunk/conf/realms.xml
Log:
changes added

Modified: public/yanel/trunk/conf/realms.xml
===================================================================
--- public/yanel/trunk/conf/realms.xml	2007-05-31 14:31:38 UTC (rev 24821)
+++ public/yanel/trunk/conf/realms.xml	2007-05-31 14:37:30 UTC (rev 24822)
@@ -1,11 +1,16 @@
 <?xml version="1.0"?>
 
-<realms xmlns="http://www.wyona.org/yanel/1.0" version="2007052900">
+<realms xmlns="http://www.wyona.org/yanel/1.0" version="2007053100">
 
+<changes>
+  <change version="2007053100">Javadoc realm config/@src updated</change>
+  <change version="2007052900">Welcome realm config/@src updated</change>
+</changes>
+
 <!-- WARNING: Access Control does not work properly for nested realms (also the mount-point needs to match the id in order to make the access control work properly, e.g. id="zurich" and mount-point="/zurich/")! -->
 <realm id="javadoc" mount-point="/yanel-website/javadoc/">
   <name>Yanel Javadoc</name>
-  <config src="@REALMS_DIR@/javadoc/yanel-realm-config.xml"/>
+  <config src="@REALMS_DIR@/javadoc/"/>
 </realm>
 
 <!-- ROOT realm -->




More information about the Yanel-commits mailing list