[Yanel-commits] rev 44147 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs

michi at wyona.com michi at wyona.com
Wed Aug 12 11:00:50 CEST 2009


Author: michi
Date: 2009-08-12 11:00:49 +0200 (Wed, 12 Aug 2009)
New Revision: 44147

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml
Log:
use simple workflow for generic xhtml pages

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml	2009-08-12 08:56:58 UTC (rev 44146)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml	2009-08-12 09:00:49 UTC (rev 44147)
@@ -5,8 +5,9 @@
 
   <!-- NOTE: By calling the XSLT via another resource it allows to implement a dynamic layout switch :-) -->
   <yanel:property name="xslt" value="yanelresource:/my-global.xsl"/>
-<!--
-  <yanel:property name="xslt" value="/app1/xslt/global.xsl"/>
--->
+
   <yanel:property name="mime-type" value="application/xhtml+xml"/>
+
+  <!-- NOTE: Workflow definition is located within app1 directory, even if a different layout is used! -->
+  <yanel:property name="workflow-schema" value="/app1/workflow/workflow-with-review.xml"/>
 </yanel:resource-config>



More information about the Yanel-commits mailing list