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

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


Author: michi
Date: 2009-06-08 10:22:20 +0200 (Mon, 08 Jun 2009)
New Revision: 43160

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml
Log:
get xslt via yanelresource protocol

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml	2009-06-08 08:20:53 UTC (rev 43159)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/src/webapp/global-resource-configs/404_yanel-rc.xml	2009-06-08 08:22:20 UTC (rev 43160)
@@ -6,8 +6,12 @@
   <yanel:custom-config>
     <views xmlns="http://www.wyona.org/yanel/rti/1.0">
       <view id="default">
-        <xslt>/app/xslt/404.xsl</xslt>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <!-- TODO: Also retrieve 404.xsl via yanelresource protocol -->
+        <xslt>/app1/xslt/404.xsl</xslt>
+        <xslt>yanelresource:/my-global.xsl</xslt>
+<!--
+        <xslt>/app1/xslt/global.xsl</xslt>
+-->
         <mime-type>text/html</mime-type>
 <!--
         <mime-type>application/xml</mime-type>



More information about the Yanel-commits mailing list