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 2004/09/15 14:16:53 UTC

svn commit: rev 46111 - incubator/lenya/trunk/src/webapp/lenya/pubs/default

Author: andreas
Date: Wed Sep 15 05:16:53 2004
New Revision: 46111

Modified:
   incubator/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
Log:
don't use fallback:// for sitemaps

Modified: incubator/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap	Wed Sep 15 05:16:53 2004
@@ -70,7 +70,7 @@
       <!-- pattern="{rendertype}/{area}/{doctype}/{document-path}" -->
       <!-- NOTE: rendertype seems to be 'edit' or 'view' -->
       <map:match pattern="lenya-document-*/*/*/**.xml">
-        <map:mount check-reload="true" reload-method="synchron" src="fallback://doctypes.xmap" uri-prefix="lenya-document-"/>
+        <map:mount check-reload="true" reload-method="synchron" src="{fallback:doctypes.xmap}" uri-prefix="lenya-document-"/>
       </map:match>
     </map:pipeline>
 

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