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

michi at wyona.com michi at wyona.com
Mon Jun 8 10:14:14 CEST 2009


Author: michi
Date: 2009-06-08 10:14:14 +0200 (Mon, 08 Jun 2009)
New Revision: 43156

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/my-global.xsl.yanel-rc
Log:
app dir fixed

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-06-08 08:13:58 UTC (rev 43155)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml	2009-06-08 08:14:14 UTC (rev 43156)
@@ -6,7 +6,7 @@
   <!-- 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="/app/xslt/global.xsl"/>
+  <yanel:property name="xslt" value="/app1/xslt/global.xsl"/>
 -->
   <yanel:property name="mime-type" value="application/xhtml+xml"/>
 </yanel:resource-config>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc	2009-06-08 08:13:58 UTC (rev 43155)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/my-global.xsl.yanel-rc	2009-06-08 08:14:14 UTC (rev 43156)
@@ -4,7 +4,7 @@
   <!-- TODO: Create/use a resource which selects the XSLT based on for example a session parameter, such that one can switch dynamically between app1 and app2 -->
   <yanel:rti name="file" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
-  <yanel:property name="src" value="/app/xslt/global.xsl"/>
+  <yanel:property name="src" value="/app1/xslt/global.xsl"/>
 <!--
   <yanel:property name="src" value="/app2/xslt/global.xsl"/>
 -->



More information about the Yanel-commits mailing list