[Yanel-commits] rev 49665 - in public/yanel/trunk/src/realms/yanel-website/src: . webapp webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Tue May 18 09:15:05 CEST 2010


Author: michi
Date: 2010-05-18 09:15:04 +0200 (Tue, 18 May 2010)
New Revision: 49665

Added:
   public/yanel/trunk/src/realms/yanel-website/src/webapp/
   public/yanel/trunk/src/realms/yanel-website/src/webapp/global-resource-configs/
   public/yanel/trunk/src/realms/yanel-website/src/webapp/global-resource-configs/404_yanel-rc.xml
Log:
custom 404 added

Added: public/yanel/trunk/src/realms/yanel-website/src/webapp/global-resource-configs/404_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/src/webapp/global-resource-configs/404_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/src/webapp/global-resource-configs/404_yanel-rc.xml	2010-05-18 07:15:04 UTC (rev 49665)
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="404" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+        <!-- NOTE: XSLT is copied into lib during build process, see 'jar -tf TOMCAT/webapps/yanel/WEB-INF/lib/yanel-resource-404-0.0.1-dev-rXXX.jar' -->
+        <xslt>/xslt/404.xsl</xslt>
+        <xslt>/xslt/global.xsl</xslt>
+<!--
+        <xslt>rthtdocs:/404.xsl</xslt>
+-->
+        <mime-type>application/xhtml+xml</mime-type>
+<!--
+        <mime-type>application/xml</mime-type>
+-->
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list