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

michi at wyona.com michi at wyona.com
Thu Mar 10 11:29:02 CET 2011


Author: michi
Date: 2011-03-10 11:29:02 +0100 (Thu, 10 Mar 2011)
New Revision: 57263

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

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2011-03-10 10:27:49 UTC (rev 57262)
+++ public/yanel/trunk/conf/resource-types.xml	2011-03-10 10:29:02 UTC (rev 57263)
@@ -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="2011022200">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011031000">
 
   <changes>
+    <change version="2011031000">comment resource type added</change>
     <change version="2011022200">annotation editor resource type added</change>
     <change version="2011020500">exception handler resource type added</change>
     <change version="2010042600">'copy-dir-name' attribute added back to 'contact-form' resource-type</change>
@@ -35,6 +36,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/resources/comment/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/resources/pageMetaDataManager/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/security-api/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/search/" compile="true"/>



More information about the Yanel-commits mailing list