You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jo...@apache.org on 2006/06/21 10:15:47 UTC

svn commit: r415938 - in /lenya/trunk/src/webapp/lenya: usecases/admin/usecase.xmap xslt/admin/status2html.xsl xslt/admin/status2html.xslt

Author: josias
Date: Wed Jun 21 01:15:46 2006
New Revision: 415938

URL: http://svn.apache.org/viewvc?rev=415938&view=rev
Log:
changed file extension for consistency reasons

Added:
    lenya/trunk/src/webapp/lenya/xslt/admin/status2html.xsl
      - copied unchanged from r409582, lenya/trunk/src/webapp/lenya/xslt/admin/status2html.xslt
Removed:
    lenya/trunk/src/webapp/lenya/xslt/admin/status2html.xslt
Modified:
    lenya/trunk/src/webapp/lenya/usecases/admin/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecases/admin/usecase.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/admin/usecase.xmap?rev=415938&r1=415937&r2=415938&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/admin/usecase.xmap (original)
+++ lenya/trunk/src/webapp/lenya/usecases/admin/usecase.xmap Wed Jun 21 01:15:46 2006
@@ -24,7 +24,7 @@
 
       <map:match pattern="status.xml">
         <map:generate src="status" type="status"/>
-        <map:transform src="fallback://lenya/xslt/admin/status2html.xslt">
+        <map:transform src="fallback://lenya/xslt/admin/status2html.xsl">
           <map:parameter name="contextPath" value="{request:contextPath}"/>
         </map:transform>
         <map:serialize type="xml"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org