You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2005/09/22 05:32:05 UTC

svn commit: r290882 - /cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap

Author: crossley
Date: Wed Sep 21 20:31:28 2005
New Revision: 290882

URL: http://svn.apache.org/viewcvs?rev=290882&view=rev
Log:
Follow the renaming of the gump descriptor.

Modified:
    cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap

Modified: cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap?rev=290882&r1=290881&r2=290882&view=diff
==============================================================================
--- cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap (original)
+++ cocoon/trunk/src/webapp/samples/blocks/sitemap.xmap Wed Sep 21 20:31:28 2005
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 
-<!-- CVS $Id: sitemap.xmap,v 1.3 2004/04/15 01:17:47 crossley Exp $ -->
+<!-- CVS $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
@@ -43,7 +43,7 @@
     <map:pipeline>
       <map:match pattern="">
         <map:aggregate element="root">
-          <map:part src="gump.xml" element="gump"/>
+          <map:part src="module.xml" element="gump"/>
           <map:part src="cocoon:/xsamples"/>
         </map:aggregate>
         <map:transform src="gump2samples.xsl"/>