You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/05/07 11:07:10 UTC

cvs commit: cocoon-2.1/src/blocks/portal/conf portal.xsamples

cziegeler    2003/05/07 02:07:10

  Modified:    src/blocks/portal/conf portal.xsamples
  Log:
  Better group name
  
  Revision  Changes    Path
  1.2       +3 -3      cocoon-2.1/src/blocks/portal/conf/portal.xsamples
  
  Index: portal.xsamples
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/conf/portal.xsamples,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- portal.xsamples	7 May 2003 06:22:28 -0000	1.1
  +++ portal.xsamples	7 May 2003 09:07:10 -0000	1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0"?>
   
  -<xsamples xpath="/samples" unless="group[@name='portal']">
  +<xsamples xpath="/samples" unless="group[@name='Portal Engine']">
   
  -  <group name="portal">
  -    <sample name="Portal Engine" href="portal/portal">
  +  <group name="Portal Engine">
  +    <sample name="Demo Portal" href="portal/portal">
       This is a demo of the new powerfull portal engine based on Apache Cocoon.
      </sample>
     </group>