ugo 2003/10/11 09:14:52
Modified: src/webapp/samples/flow/calc sitemap.xmap
Log:
Undone inadvertently committed changes.
Revision Changes Path
1.6 +0 -5 cocoon-2.1/src/webapp/samples/flow/calc/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/flow/calc/sitemap.xmap,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sitemap.xmap 11 Oct 2003 15:57:00 -0000 1.5
+++ sitemap.xmap 11 Oct 2003 16:14:52 -0000 1.6
@@ -5,7 +5,6 @@
<!-- indicates what flowscript to attach to this sitemap -->
<map:flow language="javascript">
<map:script src="calc.js"/>
- <map:script src="test.js"/>
</map:flow>
<map:pipelines>
@@ -47,10 +46,6 @@
+-->
<map:match pattern="">
<map:call function="calculator"/>
- </map:match>
-
- <map:match pattern="test">
- <map:call function="test"/>
</map:match>
</map:pipeline>