lenya/src/webapp sitemap.xmap,1.77,1.78

Andreas Hartmann <[email protected]> Tue, 13 May 2003 18:29:56 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp
In directory erbium:/tmp/cvs-serv11029/src/webapp

Modified Files:
	sitemap.xmap 
Log Message:
added scheduler pipeline

Index: sitemap.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/sitemap.xmap,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** sitemap.xmap	10 May 2003 15:43:25 -0000	1.77
--- sitemap.xmap	13 May 2003 16:29:53 -0000	1.78
***************
*** 650,654 ****
      </map:pipeline>
  
- 
      <map:pipeline>
      
--- 650,653 ----
***************
*** 667,670 ****
--- 666,677 ----
          <map:mount uri-prefix="uri-parameter/{1}/{2}/" src="lenya/pubs/{1}/parameter-{2}.xmap" check-reload="true" reload-method="synchron"/>
        </map:match>
+ 
+       <!-- Scheduler -->
+       <map:pipeline>
+         <map:match type="usecase" pattern="schedule-page">
+           <map:mount uri-prefix="" src="lenya/scheduler.xmap" check-reload="true" reload-method="synchron"/>
+         </map:match>
+       </map:pipeline>
+ 
  
        <!-- Publications -->