You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/11/15 14:34:29 UTC

cvs commit: jakarta-tomcat-connectors/jk build.xml

jfclere     2002/11/15 05:34:29

  Modified:    jk       build.xml
  Log:
  emove the menu.idx otherwise I got mod_jk2 menus in mod_jk docs and reverse.
  
  Revision  Changes    Path
  1.61      +1 -0      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml	17 Oct 2002 18:18:48 -0000	1.60
  +++ build.xml	15 Nov 2002 13:34:29 -0000	1.61
  @@ -328,6 +328,7 @@
           <delete dir="${build.docs}"/>
           <delete file="${source.docs}/style.css"/>
           <delete file="${source.docs}/style.xsl"/>
  +        <delete file="${source.docs}/menu.idx"/>
       </target>
   
       <!-- It's better to call it directly with individual tags -->
  
  
  

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