costin      01/07/02 12:40:56

  Modified:    .        build.xml
  Log:
  Create a new dir where we'll store all "auto-generated" configs.
  ( it's likely we'll have few, and it's easier to group them togheter
  instead of mixing with user-editable files )
  
  Revision  Changes    Path
  1.139     +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.xml 2001/06/26 19:40:08     1.138
  +++ build.xml 2001/07/02 19:40:54     1.139
  @@ -149,6 +149,7 @@
       <mkdir dir="src/doc"/> <!-- Temp change until dir is not empty -->
       <mkdir dir="${tomcat.build}"/>
       <mkdir dir="${tomcat.build}/conf"/>
  +    <mkdir dir="${tomcat.build}/conf/auto"/>
       <mkdir dir="${tomcat.build}/src"/>
       <mkdir dir="${tomcat.build}/classes"/>
       <mkdir dir="${tomcat.build}/lib"/>
  
  
  

Reply via email to