[Yanel-commits] rev 57437 - public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Tue Mar 22 20:28:33 CET 2011


Author: michi
Date: 2011-03-22 20:28:33 +0100 (Tue, 22 Mar 2011)
New Revision: 57437

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/workflow-dashboard_yanel-rc.xml
Log:
workflow and mime type example added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/workflow-dashboard_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/workflow-dashboard_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/workflow-dashboard_yanel-rc.xml	2011-03-22 19:28:33 UTC (rev 57437)
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="workflow-dashboard" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="one-particular-workflow-path" value="/app1/workflow/workflow-with-review.xml"/>
+  <yanel:property name="mime-types" value="application/xhtml+xml"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+<!-- DEBUG -->
+        <xslt>rthtdocs:/search-resources.xsl</xslt>
+        <mime-type>application/xhtml+xml</mime-type>
+        <serializer key="HTML_TRANSITIONAL"/>
+      </view>
+      <view id="xml">
+<!-- DEBUG -->
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list