antonio 2003/11/17 22:37:27
Modified: src/blocks/authentication-fw/samples flow.xmap sitemap.xmap
Log:
Fixing typos
Revision Changes Path
1.5 +2 -4 cocoon-2.1/src/blocks/authentication-fw/samples/flow.xmap
Index: flow.xmap
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/authentication-fw/samples/flow.xmap,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flow.xmap 18 Nov 2003 06:24:14 -0000 1.4
+++ flow.xmap 18 Nov 2003 06:37:27 -0000 1.5
@@ -77,7 +77,7 @@
</map:pipeline>
<map:pipeline internal-only="true">
- <!-- This is the authentication respource -->
+ <!-- This is the authentication resource -->
<map:match pattern="authenticate">
<map:generate src="docs/userlist.xml"/>
<map:transform src="stylesheets/authenticate.xsl">
@@ -85,9 +85,7 @@
</map:transform>
<map:serialize type="xml"/>
</map:match>
- </map:pipeline>
- <map:pipeline internal-only="true">
<map:match pattern="internal/login">
<map:generate src="docs/login.xml"/>
<map:transform src="stylesheets/simple-page2html.xsl"/>
1.9 +2 -2
cocoon-2.1/src/blocks/authentication-fw/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/authentication-fw/samples/sitemap.xmap,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sitemap.xmap 18 Nov 2003 06:24:14 -0000 1.8
+++ sitemap.xmap 18 Nov 2003 06:37:27 -0000 1.9
@@ -90,7 +90,7 @@
</map:pipeline>
<map:pipeline internal-only="true">
- <!-- This is the authentication respource -->
+ <!-- This is the authentication resource -->
<map:match pattern="authenticate">
<map:generate src="docs/userlist.xml"/>
<map:transform src="stylesheets/authenticate.xsl">