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

michi at wyona.com michi at wyona.com
Wed Mar 16 13:39:54 CET 2011


Author: michi
Date: 2011-03-16 13:39:53 +0100 (Wed, 16 Mar 2011)
New Revision: 57347

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

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2011-03-16 11:57:26 UTC (rev 57346)
+++ public/yanel/trunk/conf/resource-types.xml	2011-03-16 12:39:53 UTC (rev 57347)
@@ -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="2011031000">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2011031600">
 
   <changes>
+    <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>
     <change version="2011020500">exception handler resource type added</change>
@@ -36,6 +37,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <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"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/security-api/" compile="true"/>



More information about the Yanel-commits mailing list