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

michi at wyona.com michi at wyona.com
Thu Feb 4 23:18:33 CET 2010


Author: michi
Date: 2010-02-04 23:18:33 +0100 (Thu, 04 Feb 2010)
New Revision: 47454

Modified:
   public/yanel/trunk/conf/realms.xml
Log:
realm order changed such that from scratch realm is at the top

Modified: public/yanel/trunk/conf/realms.xml
===================================================================
--- public/yanel/trunk/conf/realms.xml	2010-02-04 22:08:01 UTC (rev 47453)
+++ public/yanel/trunk/conf/realms.xml	2010-02-04 22:18:33 UTC (rev 47454)
@@ -3,6 +3,7 @@
 <realms xmlns="http://www.wyona.org/yanel/1.0" version="2009042800">
 
 <changes>
+  <change version="2010020400">Order changed (but has no impact on version attribute)</change>
   <change version="2009042800">Test realm config moved</change>
   <change version="2009020200">Use-cases realm config moved</change>
   <change version="2007060600">From scratch realm config/@src updated</change>
@@ -14,8 +15,17 @@
 
 <!-- IMPORTANT: Please make sure to add a trailing slash in the case of a mount-point, for example '/yanel-website/' instead '/yanel-website' -->
 
-<realm id="javadoc" mount-point="/yanel-website/javadoc/">
-  <config src="@REALMS_DIR@/javadoc/"/>
+<!--
+  NOTE: Don't remove the from-scratch-realm-template. It is needed by yanel to create new realms.
+-->
+<realm id="from-scratch-realm-template" mount-point="/from-scratch-realm/">
+  <config src="@REALMS_DIR@/from-scratch-realm-template/"/>
+<!--
+  <config src="@REALMS_DIR@/from-scratch-realm-template/realm-jcr-cnode1.xml"/>
+-->
+<!--
+  <config src="@REALMS_DIR@/from-scratch-realm-template/realm-jcr-cnode2.xml"/>
+-->
 </realm>
 
 <realm id="yanel-website" mount-point="/yanel-website/">
@@ -41,6 +51,10 @@
 -->
 </realm>
 
+<realm id="javadoc" mount-point="/yanel-website/javadoc/">
+  <config src="@REALMS_DIR@/javadoc/"/>
+</realm>
+
 <!--
 <realm id="yulup-demo" mount-point="/yulup-demo/">
   <config src="PATH/TO/YULUP/yanel-realm-config.xml"/>
@@ -75,19 +89,6 @@
   <config src="@REALMS_DIR@/test/yanel/"/>
 </realm>
 
-<!--
-  NOTE: Don't remove the from-scratch-realm-template. It is needed by yanel to create new realms.
--->
-<realm id="from-scratch-realm-template" mount-point="/from-scratch-realm/">
-  <config src="@REALMS_DIR@/from-scratch-realm-template/"/>
-<!--
-  <config src="@REALMS_DIR@/from-scratch-realm-template/realm-jcr-cnode1.xml"/>
--->
-<!--
-  <config src="@REALMS_DIR@/from-scratch-realm-template/realm-jcr-cnode2.xml"/>
--->
-</realm>
-
 <!-- ROOT realm -->
 <realm id="welcome" mount-point="/" root="true">
   <config src="@REALMS_DIR@/welcome-admin/"/>



More information about the Yanel-commits mailing list