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

michi at wyona.com michi at wyona.com
Wed Apr 16 16:57:40 CEST 2008


Author: michi
Date: 2008-04-16 16:57:39 +0200 (Wed, 16 Apr 2008)
New Revision: 35565

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
session manager resource added

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2008-04-16 14:54:23 UTC (rev 35564)
+++ public/yanel/trunk/conf/resource-types.xml	2008-04-16 14:57:39 UTC (rev 35565)
@@ -3,9 +3,10 @@
 <!-- NOTE: The "compile" attribute is true by default -->
 <!-- NOTE: Do not use relative paths to reference resource types, because the paths are not being resolved re the location of (local.)resource-types.xml -->
 
-<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2008041200">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2008041600">
 
   <changes>
+    <change version="2008041600">session manager resource type added</change>
     <change version="2008041200">404 resource type added</change>
     <change version="2008040400">policy manager resource type added</change>
     <change version="2007112000">@YANEL_SRC_DIR@ parameter introduced</change>
@@ -15,6 +16,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/sessionmanager/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/404/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/policymanager/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/timeline/" compile="true"/>



More information about the Yanel-commits mailing list