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

michi at wyona.com michi at wyona.com
Sat Mar 26 00:15:05 CET 2011


Author: michi
Date: 2011-03-26 00:15:05 +0100 (Sat, 26 Mar 2011)
New Revision: 57540

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
personalized content resource enabled

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2011-03-25 23:07:13 UTC (rev 57539)
+++ public/yanel/trunk/conf/resource-types.xml	2011-03-25 23:15:05 UTC (rev 57540)
@@ -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="2011031600">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011032500">
 
   <changes>
+    <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>
     <change version="2011022200">annotation editor resource type added</change>
@@ -37,7 +38,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
-  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/personalized-content/" compile="false"/>
+  <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"/>
   <resource-type src="@YANEL_SRC_DIR@/src/resources/pageMetaDataManager/" compile="true"/>



More information about the Yanel-commits mailing list