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

michi at wyona.com michi at wyona.com
Wed Aug 13 16:43:22 CEST 2008


Author: michi
Date: 2008-08-13 16:43:21 +0200 (Wed, 13 Aug 2008)
New Revision: 37951

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map
Log:
display generic pages

Added: 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	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml	2008-08-13 14:43:21 UTC (rev 37951)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="xml" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="xslt" value="/app/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/map.rc-map
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map	2008-08-13 14:43:00 UTC (rev 37950)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map	2008-08-13 14:43:21 UTC (rev 37951)
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
 
 <rc-map>
-<!--
-  <matcher pattern="/**.html" rcpath="/generic-xhtml-page.yanel-rc"/>
--->
+  <matcher pattern="/**.html" rcpath="/generic-xhtml-page_yanel-rc.xml"/>
 </rc-map>



More information about the Yanel-commits mailing list