Skip to content

Commit

Permalink
Add a comment about the xpatch task
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk@27330 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
swallez committed Feb 11, 2004
1 parent 4278262 commit d93567b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webapp/sitemap.xmap
Expand Up @@ -12,7 +12,7 @@
| the accompanying documentation. The sitemaps which come with each
| sample and each block will help to explain.
|
| CVS $Id: sitemap.xmap,v 1.44 2004/02/06 18:32:51 sylvain Exp $
| CVS $Id: sitemap.xmap,v 1.45 2004/02/11 21:36:42 sylvain Exp $
+-->

<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
Expand Down Expand Up @@ -564,6 +564,9 @@
<!--+
| 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).
|
| Note that other mount-tables can be added here using the xpatch ant task
| (see src/confpatch/mount-table.xmap)
+-->
<map:match type="mount-table" pattern="../../mount-table.xml">
<map:mount src="{src}" uri-prefix="{uri-prefix}"/>
Expand Down

0 comments on commit d93567b

Please sign in to comment.