lenya/src/webapp sitemap.xmap,1.83,1.84
Christian Egli <[email protected]> Tue, 20 May 2003 20:22:36 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp
In directory erbium:/tmp/cvs-serv21411/src/webapp
Modified Files:
sitemap.xmap
Log Message:
Moved the creator pipelines to the usecase sitemap.
Index: sitemap.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/sitemap.xmap,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** sitemap.xmap 20 May 2003 16:45:19 -0000 1.83
--- sitemap.xmap 20 May 2003 18:22:34 -0000 1.84
***************
*** 700,703 ****
--- 700,708 ----
</map:match>
+ <!-- Create -->
+ <map:match type="usecase" pattern="create">
+ <map:mount uri-prefix="" src="lenya/usecase.xmap" check-reload="true" reload-method="synchron"/>
+ </map:match>
+
</map:pipeline>