You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/04 12:24:08 UTC

svn commit: r591764 - in /lenya/sandbox/pubs/docu: resources/ sitemap.xmap xslt/

Author: andreas
Date: Sun Nov  4 03:24:04 2007
New Revision: 591764

URL: http://svn.apache.org/viewvc?rev=591764&view=rev
Log:
Moving resources from docu pub to docustyle module (doesn't require build on change)

Removed:
    lenya/sandbox/pubs/docu/resources/
    lenya/sandbox/pubs/docu/xslt/
Modified:
    lenya/sandbox/pubs/docu/sitemap.xmap

Modified: lenya/sandbox/pubs/docu/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/sitemap.xmap?rev=591764&r1=591763&r2=591764&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/sitemap.xmap (original)
+++ lenya/sandbox/pubs/docu/sitemap.xmap Sun Nov  4 03:24:04 2007
@@ -127,7 +127,7 @@
            Plus it should be moved to an internal-only pipeline.
       -->
       <map:match pattern="getDoctypeXSLT/">
-        <map:generate src="fallback://xslt/page2xhtml.xsl"/>
+        <map:generate src="fallback://lenya/modules/docustyle/xslt/page2xhtml.xsl"/>
         <map:serialize type="xml"/>
       </map:match>
       
@@ -211,11 +211,11 @@
       <map:match pattern="getDoctypeXSLT/*">
         <map:select type="resource-exists">
           <map:parameter name="prefix" value="fallback://"/>
-          <map:when test="xslt/page2xhtml-{1}.xsl">
-            <map:generate src="fallback://xslt/page2xhtml-{1}.xsl"/>
+          <map:when test="fallback://lenya/modules/docustyle/xslt/page2xhtml-{1}.xsl">
+            <map:generate src="fallback://lenya/modules/docustyle/xslt/page2xhtml-{1}.xsl"/>
           </map:when>
           <map:otherwise>
-            <map:generate src="fallback://xslt/page2xhtml.xsl"/>
+            <map:generate src="fallback://lenya/modules/docustyle/xslt/page2xhtml.xsl"/>
           </map:otherwise>
         </map:select>
         <map:serialize type="xml"/>



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