nicolaken 2002/07/14 15:46:13
Modified: . build.xml
Log:
Prevent double "avalon" in breadcrumb; the breadcrumb javascript already outputs it.
Revision Changes Path
1.137 +2 -2 jakarta-avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon/build.xml,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- build.xml 13 Jul 2002 10:04:46 -0000 1.136
+++ build.xml 14 Jul 2002 22:46:13 -0000 1.137
@@ -331,8 +331,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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>