You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/07/15 07:59:35 UTC

cvs commit: jakarta-avalon-apps cocoonbuild.xml

leosimons    2002/07/14 22:59:35

  Modified:    .        cocoonbuild.xml
  Log:
  Prevent double "avalon" in breadcrumb; the breadcrumb javascript already outputs it.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-avalon-apps/cocoonbuild.xml
  
  Index: cocoonbuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/cocoonbuild.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cocoonbuild.xml	14 Jul 2002 16:43:30 -0000	1.1
  +++ cocoonbuild.xml	15 Jul 2002 05:59:35 -0000	1.2
  @@ -23,8 +23,8 @@
       <filter token="link1.href"        value="http://www.apache.org"/>
       <filter token="link2"             value="jakarta"/>
       <filter token="link2.href"        value="http://jakarta.apache.org"/>
  -    <filter token="link3"             value="avalon"/>
  -    <filter token="link3.href"        value="http://jakarta.apache.org/avalon/"/>
  +    <filter token="link3"             value=""/>
  +    <filter token="link3.href"        value=""/>
       <filter token="group-logo.src"    value="images/jakarta-logo.gif"/>
       <filter token="group-logo.href"   value="http://jakarta.apache.org/"/>
       <filter token="project-logo.src"  value="images/header.gif"/>                    
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>