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

michi at wyona.com michi at wyona.com
Tue Aug 16 08:34:29 CEST 2011


Author: michi
Date: 2011-08-16 08:34:29 +0200 (Tue, 16 Aug 2011)
New Revision: 60020

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
controller adapter as resource config added

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2011-08-15 23:42:21 UTC (rev 60019)
+++ public/yanel/trunk/conf/resource-types.xml	2011-08-16 06:34:29 UTC (rev 60020)
@@ -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="2011032500">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011081600">
 
   <changes>
+    <change version="2011081600">jelly controller adapter added in order to support CUD version 3 (see contributions/resources/creatable-modifiable-deletable-v3)</change>
     <change version="2011032500">personalized content resource type (using boost) added</change>
     <change version="2011031600">workflow dashboard resource type added</change>
     <change version="2011031000">comment resource type added</change>
@@ -38,6 +39,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type package="org.wyona.yanel.impl.resources.jellyadapterofcmdv3"/> <!-- INFO: This resource is loaded as dependency via src/build/dependencies.xml -->
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/personalized-content/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/resources/workflow-dashboard/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/resources/comment/" compile="true"/>



More information about the Yanel-commits mailing list