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

michi at wyona.com michi at wyona.com
Sat Feb 5 22:19:52 CET 2011


Author: michi
Date: 2011-02-05 22:19:52 +0100 (Sat, 05 Feb 2011)
New Revision: 56544

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
generic exception handler added

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2011-02-05 21:16:43 UTC (rev 56543)
+++ public/yanel/trunk/conf/resource-types.xml	2011-02-05 21:19:52 UTC (rev 56544)
@@ -8,9 +8,10 @@
 
 <!-- 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="2010052600"> <!-- WARN: The date 05 is a typo (should read 04), but lets leave the version number as it is until May 26, 2010 has passed and just increase the minor version at the end in case there should be further changes --> 
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011020500">
 
   <changes>
+    <change version="2011020500">exception handler resource type added</change>
     <change version="2010042600">'copy-dir-name' attribute added back to 'contact-form' resource-type</change>
     <change version="2010021600">security-api resource type added</change>
     <change version="2009082500">package attribute removed from xml and node/file resources</change>
@@ -42,6 +43,7 @@
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/xinha/" compile="true" copy-dir-name="yanel-xinha"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/sessionmanager/" compile="true" copy-dir-name="yanel-sessionmanager"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/404/" compile="true"/>
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/generic-exception-handler/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/policymanager/" compile="true" copy-dir-name="yanel-policymanager"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/timeline/" compile="true" copy-dir-name="yanel-timeline"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/data-repo-sitetree/" compile="true" copy-dir-name="yanel-data-repo-sitetree"/>



More information about the Yanel-commits mailing list