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/02/22 15:05:00 UTC

svn commit: r379774 - in /lenya/trunk/src/webapp/lenya: module-resources.xmap resources-shared.xmap

Author: josias
Date: Wed Feb 22 06:04:58 2006
New Revision: 379774

URL: http://svn.apache.org/viewcvs?rev=379774&view=rev
Log:
fixed path of css.xsl (it's a core file)

Modified:
    lenya/trunk/src/webapp/lenya/module-resources.xmap
    lenya/trunk/src/webapp/lenya/resources-shared.xmap

Modified: lenya/trunk/src/webapp/lenya/module-resources.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/module-resources.xmap?rev=379774&r1=379773&r2=379774&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/module-resources.xmap (original)
+++ lenya/trunk/src/webapp/lenya/module-resources.xmap Wed Feb 22 06:04:58 2006
@@ -34,7 +34,7 @@
         <!-- Only called if a {3}.css exists because of resource-exists-enhanced before -->
         <map:act type="resource-exists" src="fallback://lenya/modules/{1}/resources/{2}.xml">
           <map:generate src="fallback://lenya/modules/{1}/resources/{../2}.xml"/>
-          <map:transform src="fallback://resources/css/css.xsl">
+          <map:transform src="fallback://lenya/resources/css/css.xsl">
             <map:parameter name="contextprefix" value="{request:contextPath}"/>
           </map:transform>
           <map:serialize type="text" mime-type="text/css"/>

Modified: lenya/trunk/src/webapp/lenya/resources-shared.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/resources-shared.xmap?rev=379774&r1=379773&r2=379774&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources-shared.xmap (original)
+++ lenya/trunk/src/webapp/lenya/resources-shared.xmap Wed Feb 22 06:04:58 2006
@@ -29,7 +29,7 @@
       <map:match pattern="*/*/css/*.inherited.css">
         <map:act type="resource-exists" src="template-fallback://resources/shared/css/{3}.xml">
           <map:generate src="template-fallback://resources/shared/css/{../3}.xml"/>
-          <map:transform src="template-fallback://resources/css/css.xsl">
+          <map:transform src="template-fallback://lenya/resources/css/css.xsl">
             <map:parameter name="contextprefix" value="{request:contextPath}"/>
           </map:transform>
           <map:serialize type="text" mime-type="text/css"/>
@@ -42,7 +42,7 @@
         <!-- Only called if a {3}.css exists because of resource-exists-enhanced before -->
         <map:act type="resource-exists" src="fallback://resources/shared/css/{3}.xml">
           <map:generate src="fallback://resources/shared/css/{../3}.xml"/>
-          <map:transform src="fallback://resources/css/css.xsl">
+          <map:transform src="fallback://lenya/resources/css/css.xsl">
             <map:parameter name="contextprefix" value="{request:contextPath}"/>
           </map:transform>
           <map:serialize type="text" mime-type="text/css"/>



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