sylvain 2004/02/06 10:32:51
Modified: src/webapp sitemap.xmap
Log:
Re-adding mount-table matcher (why was it removed?)
Revision Changes Path
1.44 +9 -1 cocoon-2.1/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/sitemap.xmap,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sitemap.xmap 27 Dec 2003 00:01:25 -0000 1.43
+++ sitemap.xmap 6 Feb 2004 18:32:51 -0000 1.44
@@ -562,6 +562,14 @@
</map:match>
<!--+
+ | Find a match in the "mount-table.xml" file, if present. It allows
to mount other
+ | directories without touching this main sitemap (and thus loosing
changes on rebuild).
+ +-->
+ <map:match type="mount-table" pattern="../../mount-table.xml">
+ <map:mount src="{src}" uri-prefix="{uri-prefix}"/>
+ </map:match>
+
+ <!--+
| Mount everything else by calling the sitemap.xmap file located
| in the requested folder.
+-->