tetsuya     2003/09/19 01:28:48

  Modified:    .        build.xml
  Log:
  Added Link to Apachecon2003 (http://apachecon.com/2003/US/)
  
  Revision  Changes    Path
  1.3       +4 -0      ws-site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 5 Sep 2003 04:18:19 -0000       1.2
  +++ build.xml 19 Sep 2003 08:28:48 -0000      1.3
  @@ -18,6 +18,10 @@
         <include name="**/*.html"/>
         <replacetoken>mirrors.html</replacetoken>
       </replace>
  +    <replace dir="./targets" value="&lt;!--================= start Menu items 
==================--&gt;&lt;A 
HREF=&quot;http://apachecon.com/2003/US/index.html&quot;&gt;&lt;img 
border=&quot;0&quot; 
src=&quot;http://jakarta.apache.org/images/logos/ac2003-150.gif&quot;/&gt;&lt;/A&gt;";>
  +      <include name="**/*.html"/>
  +      <replacetoken>&lt;!--================= start Menu items 
==================--&gt;</replacetoken>
  +    </replace>
       <delete dir="./targets/[preferred]"/>
     </target>
   
  
  
  

Reply via email to