You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2003/09/22 01:13:03 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev build.xml.txt

amyroh      2003/09/21 16:13:03

  Modified:    webapps/docs/appdev build.xml.txt
  Log:
  Fix obvious error - bugtraq 4877208.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/build.xml.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml.txt	15 Sep 2003 14:07:00 -0000	1.3
  +++ build.xml.txt	21 Sep 2003 23:13:03 -0000	1.4
  @@ -318,7 +318,7 @@
      description="Create binary distribution">
   
       <!-- Copy documentation subdirectories -->
  -    <mkdir   todir="${dist.home}/docs"/>
  +    <mkdir   dir="${dist.home}/docs"/>
       <copy    todir="${dist.home}/docs">
         <fileset dir="${docs.home}"/>
       </copy>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org